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.
Actions