Author: surajk
Date: Sat Apr 27 16:15:02 2019
New Revision: 1858286
URL:
http://svn.apache.org/viewvc?rev=1858286&view=revLog:
Applied fix from trunk for revision: 1858285
===
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/branches/release18.12/ (props changed)
ofbiz/ofbiz-plugins/branches/release18.12/projectmgr/widget/forms/TaskForms.xml
Propchange: ofbiz/ofbiz-plugins/branches/release18.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Apr 27 16:15:02 2019
@@ -10,4 +10,4 @@
/ofbiz/branches/json-integration-refactoring/plugins:1634077-1635900
/ofbiz/branches/multitenant20100310/plugins:921280-927264
/ofbiz/branches/release13.07/plugins:1547657
-/ofbiz/ofbiz-plugins/trunk:1851002,1851009,1851068,1851135,1851139-1851140,1851185,1851316,1851885,1852988,1853904,1854684,1855082,1855084,1856212,1856802,1856917,1857120,1857173,1858141,1858244,1858265
+/ofbiz/ofbiz-plugins/trunk:1851002,1851009,1851068,1851135,1851139-1851140,1851185,1851316,1851885,1852988,1853904,1854684,1855082,1855084,1856212,1856802,1856917,1857120,1857173,1858141,1858244,1858265,1858285
Modified: ofbiz/ofbiz-plugins/branches/release18.12/projectmgr/widget/forms/TaskForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release18.12/projectmgr/widget/forms/TaskForms.xml?rev=1858286&r1=1858285&r2=1858286&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/branches/release18.12/projectmgr/widget/forms/TaskForms.xml (original)
+++ ofbiz/ofbiz-plugins/branches/release18.12/projectmgr/widget/forms/TaskForms.xml Sat Apr 27 16:15:02 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>