This is an automated email from the ASF dual-hosted git repository.
deepak pushed a commit to branch trunk
in repository
https://gitbox.apache.org/repos/asf/ofbiz-plugins.gitThe following commit(s) were added to refs/heads/trunk by this push:
new 9cb1101 Fixed: Fitering on StatusId in FindTask does not work (#55)
9cb1101 is described below
commit 9cb1101e3fbfaa311bf8338febc3c58b3436015f
Author: Deepak Dixit <
[hidden email]>
AuthorDate: Fri Feb 12 15:38:41 2021 +0530
Fixed: Fitering on StatusId in FindTask does not work (#55)
(OFBIZ-10914)
---
projectmgr/widget/forms/TaskForms.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/projectmgr/widget/forms/TaskForms.xml b/projectmgr/widget/forms/TaskForms.xml
index b5f457d..7b1d2b7 100644
--- a/projectmgr/widget/forms/TaskForms.xml
+++ b/projectmgr/widget/forms/TaskForms.xml
@@ -198,7 +198,6 @@
</service>
<set field="plannedHours" from-field="result.taskInfo.plannedHours"/>
<set field="actualHours" from-field="result.taskInfo.actualHours"/>
- <set field="currentStatusId" from-field="result.taskInfo.currentStatusId"/>
</row-actions>
<field name="workEffortId" title="${uiLabelMap.ProjectMgrTaskId}" widget-style="buttontext">
<hyperlink description="${workEffortName}" target="taskView" also-hidden="false">