Author: hansbak
Date: Thu Sep 22 09:59:25 2011
New Revision: 1174036
URL:
http://svn.apache.org/viewvc?rev=1174036&view=revLog:
create website within productstore did not work: OFBIZ-4428
Modified:
ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml
Modified: ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml?rev=1174036&r1=1174035&r2=1174036&view=diff==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/StoreScreens.xml Thu Sep 22 09:59:25 2011
@@ -193,8 +193,10 @@ under the License.
<set field="headerItem" value="store"/>
<set field="tabButtonItem" value="EditProductStoreWebSites"/>
<set field="labelTitleProperty" value="ProductProductStoreWebSites"/>
+ <set field="productStoreId" from-field="parameters.viewProductStoreId"/>
+ <set field="productStoreId" from-field="parameters.productStoreId" default-value="${productStoreId}"/>
<entity-condition entity-name="WebSite" list="storeWebSites">
- <condition-expr field-name="productStoreId" from-field="parameters.productStoreId"/>
+ <condition-expr field-name="productStoreId" from-field="productStoreId"/>
<order-by field-name="siteName"/>
</entity-condition>
<entity-condition entity-name="WebSite" list="webSites">