svn commit: r1846107 - in /ofbiz/ofbiz-framework/trunk/applications/product: config/ProductUiLabels.xml widget/catalog/StoreForms.xml

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

svn commit: r1846107 - in /ofbiz/ofbiz-framework/trunk/applications/product: config/ProductUiLabels.xml widget/catalog/StoreForms.xml

jleroux@apache.org
Author: jleroux
Date: Thu Nov  8 09:17:37 2018
New Revision: 1846107

URL: http://svn.apache.org/viewvc?rev=1846107&view=rev
Log:
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"/>