svn commit: r614176 - /ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editperson.ftl

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

svn commit: r614176 - /ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editperson.ftl

bibryam
Author: bibryam
Date: Tue Jan 22 03:21:43 2008
New Revision: 614176

URL: http://svn.apache.org/viewvc?rev=614176&view=rev
Log:
A patch from Raj Saini "Security permisson error while editing party profile." - OFBIZ-1591

Modified:
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editperson.ftl

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editperson.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editperson.ftl?rev=614176&r1=614175&r2=614176&view=diff
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editperson.ftl (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editperson.ftl Tue Jan 22 03:21:43 2008
@@ -27,6 +27,7 @@
 &nbsp;<a href='<@ofbizUrl>authview/${donePage}</@ofbizUrl>' class="buttontext">${uiLabelMap.CommonGoBack}</a>
 &nbsp;<a href="javascript:document.editpersonform.submit()" class="buttontext">${uiLabelMap.CommonSave}</a>
 
+<input type="hidden" name="partyId" value="${person.partyId?if_exists}">
 <table width="90%" border="0" cellpadding="2" cellspacing="0">
     <tr>
       <td width="26%" align="right"><div class="tabletext">${uiLabelMap.CommonTitle}</div></td>