[OFBiz] SVN: r4970 - trunk/applications/product/webapp/catalog/store
jonesde at svn.ofbiz.org
jonesde at svn.ofbiz.org
Sat May 7 05:47:28 EDT 2005
Author: jonesde
Date: 2005-05-07 04:47:24 -0500 (Sat, 07 May 2005)
New Revision: 4970
Modified:
trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml
Log:
Applied fix from Manuel Meyer, was referring to old Map name in link strings so parameters had no values
Modified: trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml
===================================================================
--- trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml 2005-05-06 10:38:57 UTC (rev 4969)
+++ trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml 2005-05-07 09:47:24 UTC (rev 4970)
@@ -139,18 +139,18 @@
<form name="UpdateProductStoreCatalog" type="list"
target="updateProductStoreCatalog" title="" list-name="productStoreCatalogs"
default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
- <auto-fields-service service-name="updateProductStoreCatalog" map-name=""/>
+ <auto-fields-service service-name="updateProductStoreCatalog"/>
<field name="productStoreId"><hidden/></field>
<field name="prodCatalogId" title="${uiLabelMap.ProductCatalogId}" widget-style="tabletext">
<display-entity entity-name="ProdCatalog" description="${catalogName}" also-hidden="true">
- <sub-hyperlink target="EditProdCatalog?prodCatalogId=${productStoreCatalog.prodCatalogId}" description="[${prodCatalogId}]" link-style="buttontext"/>
+ <sub-hyperlink target="EditProdCatalog?prodCatalogId=${prodCatalogId}" description="[${prodCatalogId}]" link-style="buttontext"/>
</display-entity>
</field>
<field name="fromDate" title="${uiLabelMap.CommonFromDateTime}" widget-style="tabletext"><display/></field>
<field name="thruDate" title="${uiLabelMap.CommonThruDateTime}"></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="deleteProductStoreCatalog?prodCatalogId=${productStoreCatalog.prodCatalogId}&productStoreId=${productStoreCatalog.productStoreId}&fromDate=${productStoreCatalog.fromDate}"
+ <hyperlink target="deleteProductStoreCatalog?prodCatalogId=${prodCatalogId}&productStoreId=${productStoreId}&fromDate=${fromDate}"
description="[${uiLabelMap.CommonDelete}]" also-hidden="false"/>
</field>
</form>
More information about the Svn
mailing list