svn commit: r1858285 - /ofbiz/ofbiz-plugins/trunk/projectmgr/widget/forms/TaskForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1858285 - /ofbiz/ofbiz-plugins/trunk/projectmgr/widget/forms/TaskForms.xml

surajk
Author: surajk
Date: Sat Apr 27 16:12:04 2019
New Revision: 1858285

URL: http://svn.apache.org/viewvc?rev=1858285&view=rev
Log:
Fixed: FindTask does not allow for all statuses possible to be selected.
(OFBIZ-10913)
Thanks Pierre Smits for repoting, Deepak Dixit for comments/findings and Pawan Verma for providing the patch.

Modified:
    ofbiz/ofbiz-plugins/trunk/projectmgr/widget/forms/TaskForms.xml

Modified: ofbiz/ofbiz-plugins/trunk/projectmgr/widget/forms/TaskForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/projectmgr/widget/forms/TaskForms.xml?rev=1858285&r1=1858284&r2=1858285&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/projectmgr/widget/forms/TaskForms.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/projectmgr/widget/forms/TaskForms.xml Sat Apr 27 16:12:04 2019
@@ -161,9 +161,6 @@
             <check all-checked="false">
                 <entity-options entity-name="StatusItem" key-field-name="statusId">
                     <entity-constraint name="statusTypeId" value="PROJECT_TASK_STATUS"/>
-                    <entity-constraint name="statusId" operator="not-equals" value="PTS_CREATED_UA"/>
-                    <entity-constraint name="statusId" operator="not-equals" value="PTS_CREATED_AS"/>
-                    <entity-constraint name="statusId" operator="not-equals" value="PTS_CREATED_IP"/>
                     <entity-order-by field-name="description"/>
                 </entity-options>
             </check>