This is an automated email from the ASF dual-hosted git repository.

deepak pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/release18.12 by this push:
     new 27baf80  Fixed: Fitering on StatusId in FindTask does not work (#56)
27baf80 is described below

commit 27baf80c9861e00d11b67365b337c5e830550614
Author: Deepak Dixit <deepak.di...@hotwax.co>
AuthorDate: Fri Feb 12 15:42:03 2021 +0530

    Fixed: Fitering on StatusId in FindTask does not work (#56)
    
    (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 31c556c..dfb95d0 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">

Reply via email to