You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/09/07 17:06:44 UTC

svn commit: r812182 - /ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml

Author: jleroux
Date: Mon Sep  7 15:06:44 2009
New Revision: 812182

URL: http://svn.apache.org/viewvc?rev=812182&view=rev
Log:
A patch from Aswath Satrasala "task notes - workEffortId was not passed in" (https://issues.apache.org/jira/browse/OFBIZ-2755) - OFBIZ-2755

Modified:
    ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml

Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml?rev=812182&r1=812181&r2=812182&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml Mon Sep  7 15:06:44 2009
@@ -378,7 +378,7 @@
                 <not><if-empty field="workEffort"/></not>
             </condition>
             <link target="EditTaskNotes">
-                <parameter param-name="workEffortId"/>
+                <parameter param-name="workEffortId" from-field="parameters.workEffortId"/>
             </link>
         </menu-item>
         <menu-item name="EditWorkEffortSurveyAppls" title="${uiLabelMap.EcommerceSurveys}">