Actions
Bug #4509
closedFiltering by columns that require joins does not function
Description
When filtering by a column that requires a JOIN and is present in the query it always uses the "a." table as instead of doing proper lookup. To test add the below filter to CB > User Management then filter by Enabled/Disabled.
<filter name="block" value="block" valuetype="sql:int" type="xml:user_block" label="" blanktext="- Select Enabled -" />
This functionality is traced as follows.
TableBrowser > _prepareXmlSqlQuery > process_filter
Updated by beat over 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Bug introduced in CB 2.0 solved with MR !253 and usage for block user added in MR !256 .
Thus we can mark this one as resolved.
Actions