You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by su...@apache.org on 2018/12/22 07:05:40 UTC

svn commit: r1849523 - in /ofbiz/ofbiz-framework/branches/release17.12/applications/product: config/ProductUiLabels.xml widget/catalog/ConfigForms.xml

Author: surajk
Date: Sat Dec 22 07:05:40 2018
New Revision: 1849523

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

Modified: ofbiz/ofbiz-framework/branches/release17.12/applications/product/config/ProductUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/branches/release17.12/applications/product/config/ProductUiLabels.xml?rev=1849523&r1=1849522&r2=1849523&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/branches/release17.12/applications/product/config/ProductUiLabels.xml (original)
+++ ofbiz/ofbiz-framework/branches/release17.12/applications/product/config/ProductUiLabels.xml Sat Dec 22 07:05:40 2018
@@ -15232,6 +15232,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/ofbiz-framework/branches/release17.12/applications/product/widget/catalog/ConfigForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/branches/release17.12/applications/product/widget/catalog/ConfigForms.xml?rev=1849523&r1=1849522&r2=1849523&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/branches/release17.12/applications/product/widget/catalog/ConfigForms.xml (original)
+++ ofbiz/ofbiz-framework/branches/release17.12/applications/product/widget/catalog/ConfigForms.xml Sat Dec 22 07:05:40 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"/>