svn commit: r1865883 - /ofbiz/ofbiz-framework/trunk/applications/content/widget/website/WebAnalyticsForms.xml

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

svn commit: r1865883 - /ofbiz/ofbiz-framework/trunk/applications/content/widget/website/WebAnalyticsForms.xml

jleroux@apache.org
Author: jleroux
Date: Sun Aug 25 09:48:31 2019
New Revision: 1865883

URL: http://svn.apache.org/viewvc?rev=1865883&view=rev
Log:
Fixed: UiLabel is missing for Web Analytics Type on content  component
(OFBIZ-11170)

Steps to reproduce
content/control/EditWebAnalyticsConfig?webSiteId=WebStoreClone
On that Web Analytics Type UiLabel is missing.

Thanks: Rahul Marjiwe

Modified:
    ofbiz/ofbiz-framework/trunk/applications/content/widget/website/WebAnalyticsForms.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/content/widget/website/WebAnalyticsForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/content/widget/website/WebAnalyticsForms.xml?rev=1865883&r1=1865882&r2=1865883&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/content/widget/website/WebAnalyticsForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/content/widget/website/WebAnalyticsForms.xml Sun Aug 25 09:48:31 2019
@@ -56,17 +56,17 @@ under the License.
         header-row-style="header-row" default-table-style="basic-table">
         <alt-target use-when="webAnalyticsConfig==null" target="createWebAnalyticsConfig"/>
         <auto-fields-service service-name="updateWebAnalyticsConfig" map-name="webAnalyticsConfig"/>
-        <field use-when="webAnalyticsConfig!=null" name="webAnalyticsTypeId" title="${uiLabelMap.CatalogWebAnalyticsType}">
+        <field use-when="webAnalyticsConfig!=null" name="webAnalyticsTypeId" title="${uiLabelMap.CatalogWebAnalyticsTypes}">
             <display-entity entity-name="WebAnalyticsType"/>
         </field>
-        <field use-when="webAnalyticsConfig==null&amp;&amp;webAnalyticsTypeId==null" name="webAnalyticsTypeId" title="${uiLabelMap.CatalogWebAnalyticsType}">
+        <field use-when="webAnalyticsConfig==null&amp;&amp;webAnalyticsTypeId==null" name="webAnalyticsTypeId" title="${uiLabelMap.CatalogWebAnalyticsTypes}">
             <drop-down allow-empty="false">
                 <entity-options entity-name="WebAnalyticsType">
                     <entity-order-by field-name="webAnalyticsTypeId"/>
                 </entity-options>
             </drop-down>
          </field>
-         <field use-when="webAnalyticsConfig==null&amp;&amp;webAnalyticsTypeId!=null" name="webAnalyticsTypeId" title="${uiLabelMap.CatalogWebAnalyticsType}" tooltip="${uiLabelMap.CommonCannotBeFound}:[${webAnalyticsTypeId}]">
+         <field use-when="webAnalyticsConfig==null&amp;&amp;webAnalyticsTypeId!=null" name="webAnalyticsTypeId" title="${uiLabelMap.CatalogWebAnalyticsTypes}" tooltip="${uiLabelMap.CommonCannotBeFound}:[${webAnalyticsTypeId}]">
             <text size="20" maxlength="20"/>
         </field>
         <field name="webSiteId" title="${uiLabelMap.CommonWebsite}"><hidden value="${parameters.webSiteId}"/></field>