You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/06/27 15:08:05 UTC

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

Author: hansbak
Date: Sat Jun 27 13:08:05 2009
New Revision: 788965

URL: http://svn.apache.org/viewvc?rev=788965&view=rev
Log:
corrected some problems introduced with the security

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=788965&r1=788964&r2=788965&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/Menus.xml Sat Jun 27 13:08:05 2009
@@ -305,7 +305,7 @@
                 </and>
             </condition>
             <link target="EditTask">
-                <parameter param-name="workEffortId"/>
+                <parameter param-name="workEffortId" from-field="parameters.workEffortId"/>
             </link>
         </menu-item>
         <menu-item name="dependencies" title="${uiLabelMap.ProjectMgrDependencies}">
@@ -318,7 +318,7 @@
                 </and>
             </condition>
             <link target="Dependencies">
-                <parameter param-name="workEffortId"/>
+                <parameter param-name="workEffortId" from-field="parameters.workEffortId"/>
             </link>
         </menu-item>
         <menu-item name="parties" title="${uiLabelMap.ProjectMgrResources}">
@@ -331,7 +331,7 @@
                 </and>
             </condition>
             <link target="EditTaskPartyAssigns">
-                <parameter param-name="workEffortId"/>
+                <parameter param-name="workEffortId" from-field="parameters.workEffortId"/>
             </link>
         </menu-item>
         <menu-item name="taskskills" title="${uiLabelMap.ProjectMgrSkillStandards}">
@@ -344,7 +344,7 @@
                 </and>
             </condition>
             <link target="EditTaskSkills">
-                <parameter param-name="workEffortId"/>
+                <parameter param-name="workEffortId" from-field="parameters.workEffortId"/>
             </link>
         </menu-item>
         <menu-item name="timeEntries" title="${uiLabelMap.ProjectMgrTimeEntries}">
@@ -357,7 +357,7 @@
                 </and>
             </condition>
             <link target="EditTimeEntries">
-                <parameter param-name="workEffortId"/>
+                <parameter param-name="workEffortId" from-field="parameters.workEffortId"/>
             </link>
         </menu-item>
         <menu-item name="taskContent" title="${uiLabelMap.CommonContent}">
@@ -370,7 +370,7 @@
                 </and>
             </condition>
             <link target="EditTaskContents">
-                <parameter param-name="workEffortId"/>
+                <parameter param-name="workEffortId" from-field="parameters.workEffortId"/>
             </link>
         </menu-item>
         <menu-item name="notes" title="${uiLabelMap.CommonNotes}">
@@ -386,7 +386,7 @@
                 <not><if-empty field="workEffortId"/></not>
             </condition>
             <link target="EditWorkEffortSurveyAppls">
-                <parameter param-name="workEffortId"/>
+                <parameter param-name="workEffortId" from-field="parameters.workEffortId"/>
             </link>
         </menu-item>
     </menu>
@@ -412,7 +412,7 @@
                 </and>
             </condition>
             <link target="setTaskStatus">
-                <parameter param-name="workEffortId"/>
+                <parameter param-name="workEffortId" from-field="parameters.workEffortId"/>
                 <parameter param-name="currentStatusId" value="PTS_ON_HOLD"/>
             </link>
         </menu-item>
@@ -424,7 +424,7 @@
                 </and>
             </condition>
             <link target="setTaskStatusToComplete">
-                <parameter param-name="workEffortId"/>
+                <parameter param-name="workEffortId" from-field="parameters.workEffortId"/>
             </link>
         </menu-item>
         <menu-item name="release" title="${uiLabelMap.ProjectMgrRelease}" >
@@ -435,7 +435,7 @@
                 </and>
             </condition>
             <link target="setTaskStatus">
-                <parameter param-name="workEffortId"/>
+                <parameter param-name="workEffortId" from-field="parameters.workEffortId"/>
                 <parameter param-name="currentStatusId" value="PTS_CREATED"/>
             </link>
         </menu-item>
@@ -447,7 +447,7 @@
                 </and>
             </condition>
             <link target="setTaskStatus">
-                <parameter param-name="workEffortId"/>
+                <parameter param-name="workEffortId" from-field="parameters.workEffortId"/>
                 <parameter param-name="currentStatusId" value="PTS_CANCELLED"/>
             </link>
         </menu-item>