Author: surajk
Date: Sat Apr 27 16:18:22 2019
New Revision: 1858288
URL:
http://svn.apache.org/viewvc?rev=1858288&view=revLog:
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/branches/release16.11/specialpurpose/projectmgr/widget/forms/TaskForms.xml
Modified: ofbiz/branches/release16.11/specialpurpose/projectmgr/widget/forms/TaskForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release16.11/specialpurpose/projectmgr/widget/forms/TaskForms.xml?rev=1858288&r1=1858287&r2=1858288&view=diff==============================================================================
--- ofbiz/branches/release16.11/specialpurpose/projectmgr/widget/forms/TaskForms.xml (original)
+++ ofbiz/branches/release16.11/specialpurpose/projectmgr/widget/forms/TaskForms.xml Sat Apr 27 16:18:22 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>