svn commit: r1849524 - in /ofbiz/branches/release16.11/applications/product: config/ProductUiLabels.xml widget/catalog/ConfigForms.xml

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

svn commit: r1849524 - in /ofbiz/branches/release16.11/applications/product: config/ProductUiLabels.xml widget/catalog/ConfigForms.xml

surajk
Author: surajk
Date: Sat Dec 22 07:06:29 2018
New Revision: 1849524

URL: http://svn.apache.org/viewvc?rev=1849524&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/branches/release16.11/applications/product/config/ProductUiLabels.xml
    ofbiz/branches/release16.11/applications/product/widget/catalog/ConfigForms.xml

Modified: ofbiz/branches/release16.11/applications/product/config/ProductUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release16.11/applications/product/config/ProductUiLabels.xml?rev=1849524&r1=1849523&r2=1849524&view=diff
==============================================================================
--- ofbiz/branches/release16.11/applications/product/config/ProductUiLabels.xml (original)
+++ ofbiz/branches/release16.11/applications/product/config/ProductUiLabels.xml Sat Dec 22 07:06:29 2018
@@ -15229,6 +15229,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="ProductConfigs">
         <value xml:lang="de">Konfigurationen</value>
         <value xml:lang="en">Configurations</value>

Modified: ofbiz/branches/release16.11/applications/product/widget/catalog/ConfigForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release16.11/applications/product/widget/catalog/ConfigForms.xml?rev=1849524&r1=1849523&r2=1849524&view=diff
==============================================================================
--- ofbiz/branches/release16.11/applications/product/widget/catalog/ConfigForms.xml (original)
+++ ofbiz/branches/release16.11/applications/product/widget/catalog/ConfigForms.xml Sat Dec 22 07:06:29 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"/>