Is Empty for text-find widget broken
------------------------------------
Key: OFBIZ-4025
URL: https://issues.apache.org/jira/browse/OFBIZ-4025
Project: OFBiz
Issue Type: Bug
Components: framework
Affects Versions: SVN trunk
Environment: Rev 1036293
Reporter: Anne Jessel
Priority: Minor
To reproduce:
- go to Facility, Inventory Items tab (or any form that uses text-find widget)
- choose "Is Empty" from drop-down next to Product Id
- click Find button
Expected behaviour: no matching items listed, as all items have a Product Id.
Observed behaviour: all items match.
Problem is caused by find code assuming that there is no entity condition to be
created if the text field is empty, but of course Is Empty is
different to the other operators in that the text field is expected to be empty.
The attached patch adds a special check for the Is Empty operator.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.