Actions
Bug #3525
closedSome fields aren't properly constructing their WHERE statement
Start date:
16 May 2012
Due date:
% Done:
100%
Estimated time:
Description
Drop-down fields aren't searching properly. Review other fields as well to see if same behavior is present. Text fields thus far (including username, etc..) work fine.
Updated by krileon almost 13 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Each field has its own way of constructing field criteria. Instead of relying on the field to properly handle this instead construct it manually into a query object and reduce it down to the WHERE formula. This appears to be functional for all fieldtypes now.
Actions