You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Anne Jessel (JIRA)" <ji...@apache.org> on 2010/11/18 05:04:14 UTC

[jira] Updated: (OFBIZ-4025) Is Empty for text-find widget broken

     [ https://issues.apache.org/jira/browse/OFBIZ-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anne Jessel updated OFBIZ-4025:
-------------------------------

    Attachment: OFBIZ-4025_Is-Empty-for-text-find-broken.patch

> 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
>         Attachments: OFBIZ-4025_Is-Empty-for-text-find-broken.patch
>
>
> 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.