livewire-powergrid icon indicating copy to clipboard operation
livewire-powergrid copied to clipboard

bugfix - keep the model table as the default when processing filters

Open cmsedore opened this issue 3 years ago • 0 comments

When iterating through filters, the code set the table at the beginning, but if any tables were referenced with dot notation by the filters, it overwrote the original table, causing errors (including silent and potentially subtle errors if the field existed in both tables) if subsequent filters did not use dot notation to specify the field's origin table.

cmsedore avatar Aug 08 '22 21:08 cmsedore