svn commit: r760363 - /ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r760363 - /ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml

jleroux@apache.org
Author: jleroux
Date: Tue Mar 31 08:25:08 2009
New Revision: 760363

URL: http://svn.apache.org/viewvc?rev=760363&view=rev
Log:
Fix a non secured URL reported on user ML

Modified:
    ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml

Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml?rev=760363&r1=760362&r2=760363&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml Tue Mar 31 08:25:08 2009
@@ -79,8 +79,10 @@
         <field name="hours"><display/></field>
         <field name="comments" title="${uiLabelMap.CommonComments}"><display/></field>
         <field name="completeLink" title="${uiLabelMap.CommonStatustoComplete}" widget-style="buttontext">
-            <hyperlink target="${my}TimeSheetStatusToComplete?timesheetId=${timesheetId}&amp;statusId=TIMESHEET_COMPLETED"
-                description="${bsh:statusId.equals(&quot;TIMESHEET_IN_PROCESS&quot;)?complete:&quot;&quot;}" also-hidden="false"/>
+            <hyperlink target="${my}TimeSheetStatusToComplete" description="${bsh:statusId.equals(&quot;TIMESHEET_IN_PROCESS&quot;)?complete:&quot;&quot;}" also-hidden="false">
+                <parameter param-name="timesheetId" from-field="timesheetId"/>
+                <parameter param-name="statusId" from-field="TIMESHEET_COMPLETED"/>
+            </hyperlink>                
         </field>
     </form>
     <form name="FindTimeSheet" target="FindTimeSheet" title="" type="single"