[OFBiz] SVN: r4971 -
trunk/applications/product/webapp/catalog/product
jonesde at svn.ofbiz.org
jonesde at svn.ofbiz.org
Sat May 7 16:07:21 EDT 2005
Author: jonesde
Date: 2005-05-07 15:07:18 -0500 (Sat, 07 May 2005)
New Revision: 4971
Modified:
trunk/applications/product/webapp/catalog/product/ProductForms.xml
Log:
Another fix from Manuel Meyer, more map names that are no longer needed, or rather than are now incorrect
Modified: trunk/applications/product/webapp/catalog/product/ProductForms.xml
===================================================================
--- trunk/applications/product/webapp/catalog/product/ProductForms.xml 2005-05-07 09:47:24 UTC (rev 4970)
+++ trunk/applications/product/webapp/catalog/product/ProductForms.xml 2005-05-07 20:07:18 UTC (rev 4971)
@@ -286,7 +286,7 @@
<field name="comments" title="${uiLabelMap.ProductComments}" ><ignored/></field>
<field name="submitButton" title="${uiLabelMap.CommonUpdate}" widget-style="standardSubmit"><submit button-type="button"/></field>
<field name="deleteLink" title="&nbsp;" widget-style="buttontext">
- <hyperlink target="removeProductFromCategory?productId=${productCategoryMember.productId}&productCategoryId=${productCategoryMember.productCategoryId}&fromDate=${productCategoryMember.fromDate}"
+ <hyperlink target="removeProductFromCategory?productId=${productId}&productCategoryId=${productCategoryId}&fromDate=${fromDate}"
description="[${uiLabelMap.CommonDelete}]" also-hidden="false"/>
</field>
</form>
More information about the Svn
mailing list