Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed: Fitering on StatusId in FindTask does not work (#55)
(OFBIZ-10914)
  • Loading branch information
dixitdeepak committed Feb 12, 2021
1 parent 73876cd commit 9cb1101
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projectmgr/widget/forms/TaskForms.xml
Expand Up @@ -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">
Expand Down

0 comments on commit 9cb1101

Please sign in to comment.