Actions
Bug #4883
closedUserlist basic filter <> empty string not handling null
Description
When you've a <> (empty string) basic filter it's doing c.`FIELD_NAME` <> ''. It needs to also add AND c.`FIELD_NAME` IS NOT NULL to account for proper empty value checking.
Updated by krileon almost 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !690
Actions