Author: jleroux
Date: Tue Mar 31 08:25:08 2009
New Revision: 760363
URL:
http://svn.apache.org/viewvc?rev=760363&view=revLog:
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}&statusId=TIMESHEET_COMPLETED"
- description="${bsh:statusId.equals("TIMESHEET_IN_PROCESS")?complete:""}" also-hidden="false"/>
+ <hyperlink target="${my}TimeSheetStatusToComplete" description="${bsh:statusId.equals("TIMESHEET_IN_PROCESS")?complete:""}" 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"