Hi Suraj,

Please put an explanation in your comments

Thanks

Jacques

Le 22/12/2018 à 08:04, sur...@apache.org a écrit :
Author: surajk
Date: Sat Dec 22 07:04:38 2018
New Revision: 1849522

URL: http://svn.apache.org/viewvc?rev=1849522&view=rev
Log:
Fixed: Wrong title in table header of Config Option List.
(OFBIZ-10713)
Thanks Sebastian Wachinger for reporting and Anushi Gupta for providing the 
patch.

Modified:
     ofbiz/ofbiz-framework/trunk/applications/product/config/ProductUiLabels.xml
     
ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/ConfigForms.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=1849522&r1=1849521&r2=1849522&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/product/config/ProductUiLabels.xml 
(original)
+++ ofbiz/ofbiz-framework/trunk/applications/product/config/ProductUiLabels.xml 
Sat Dec 22 07:04:38 2018
@@ -15364,6 +15364,9 @@
          <value xml:lang="zh">配置明细被找到了</value>
          <value xml:lang="zh-TW">配置細項被找到了</value>
      </property>
+    <property key="ProductConfigOption">
+        <value xml:lang="en">Config Option</value>
+    </property>
      <property key="ProductConfigOptionList">
          <value xml:lang="de">Konfigurationsoptionen Liste</value>
          <value xml:lang="en">Config Option List</value>

Modified: 
ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/ConfigForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/ConfigForms.xml?rev=1849522&r1=1849521&r2=1849522&view=diff
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/ConfigForms.xml 
(original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/ConfigForms.xml 
Sat Dec 22 07:04:38 2018
@@ -18,7 +18,7 @@ specific language governing permissions
  under the License.
  -->
-<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xmlns="http://ofbiz.apache.org/Widget-Form"; 
xsi:schemaLocation="http://ofbiz.apache.org/Widget-Form 
http://ofbiz.apache.org/dtds/widget-form.xsd";>
      <form name="FindProductConfigItems" type="list" list-name="listIt"
          default-table-style="basic-table" odd-row-style="alternate-row" 
paginate-target="FindProductConfigItems"
@@ -219,7 +219,7 @@ under the License.
          default-table-style="basic-table" odd-row-style="alternate-row" 
paginate-target="FindProductConfigItems"
          target="" header-row-style="header-row-2" paginate="true">
          <auto-fields-entity entity-name="ProductConfigOption" 
default-field-type="display"/>
-        <field name="configItemId" widget-style="buttontext" 
title="${uiLabelMap.ProductConfigItem}">
+        <field name="configItemId" widget-style="buttontext" 
title="${uiLabelMap.ProductConfigOption}">
              <hyperlink description="${configOptionId} - ${configOptionName}" 
target="EditProductConfigOptions">
                  <parameter param-name="configItemId"/>
                  <parameter param-name="configOptionId"/>



Reply via email to