Author: jleroux
Date: Thu Nov 8 09:17:37 2018
New Revision: 1846107
URL:
http://svn.apache.org/viewvc?rev=1846107&view=revLog:
Fixed: Stores can't be modified at catalog/control/updateProductStore
(OFBIZ-10567)
I forgot the label, here it is.
I kept the old one, could be useful elsewhere.
I amended the English version.
Modified:
ofbiz/ofbiz-framework/trunk/applications/product/config/ProductUiLabels.xml
ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/StoreForms.xml
Modified: ofbiz/ofbiz-framework/trunk/applications/product/config/ProductUiLabels.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/config/ProductUiLabels.xml?rev=1846107&r1=1846106&r2=1846107&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/product/config/ProductUiLabels.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/product/config/ProductUiLabels.xml Thu Nov 8 09:17:37 2018
@@ -30334,6 +30334,15 @@
<value xml:lang="zh">åºéº</value>
<value xml:lang="zh-TW">ååº</value>
</property>
+ <property key="ProductStoreEcomThemeId">
+ <value xml:lang="de">Steuert das Aussehen Ihres Online-Shops.</value>
+ <value xml:lang="en">For controlling the look and feel of the web-based store.</value>
+ <value xml:lang="fr">Thème visuel pour la boutique en ligne.</value>
+ <value xml:lang="ja">ã«ãã¯ï¼ãã£ã¼ã«ããã³Webãã¼ã¹åºèã®è¨å®ã</value>
+ <value xml:lang="vi">Äá» kiá»m soát cách nhìn và cảm quan và cá»a hà ng trá»±c tuyến</value>
+ <value xml:lang="zh">ç¨äºæ§å¶ä¸ä¸ªç½åºçå¤è§æåã</value>
+ <value xml:lang="zh-TW">ç¨æ¼æ§å¶ä¸å網åºçå¤è§æå.</value>
+ </property>
<property key="ProductStoresFor">
<value xml:lang="de">Läden für</value>
<value xml:lang="en">Stores For</value>
Modified: ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/StoreForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/StoreForms.xml?rev=1846107&r1=1846106&r2=1846107&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/StoreForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/StoreForms.xml Thu Nov 8 09:17:37 2018
@@ -222,7 +222,7 @@ under the License.
</field>
<!-- visualThemeId must be replaced by ecomThemeId because of Entity.field names conflict. See OFBIZ-10567 -->
- <field name="ecomThemeId" entry-name="visualThemeId">
+ <field name="ecomThemeId" entry-name="visualThemeId" title="${uiLabelMap.ProductStoreEcomThemeId}">
<drop-down allow-empty="true">
<entity-options key-field-name="visualThemeId" description="${visualThemeId} - ${description}" entity-name="VisualTheme">
<entity-constraint name="visualThemeSetId" operator="equals" value="ECOMMERCE"/>