Author: deepak
Date: Wed Jun 5 09:46:02 2019
New Revision: 1860649
URL:
http://svn.apache.org/viewvc?rev=1860649&view=revLog:
Applied fix from trunk for revision: 1860648
===
Fixed: Wrong page title displayed on contact us page of ecommerce
(OFBIZ-11062)
Thanks Arpit Mor and Ayushi Rathod for your contribution
Modified:
ofbiz/ofbiz-plugins/branches/release18.12/ (props changed)
ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/widget/CustomerScreens.xml
Propchange: ofbiz/ofbiz-plugins/branches/release18.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Jun 5 09:46:02 2019
@@ -10,4 +10,4 @@
/ofbiz/branches/json-integration-refactoring/plugins:1634077-1635900
/ofbiz/branches/multitenant20100310/plugins:921280-927264
/ofbiz/branches/release13.07/plugins:1547657
-/ofbiz/ofbiz-plugins/trunk:1851002,1851009,1851068,1851135,1851139-1851140,1851185,1851316,1851885,1852988,1853904,1854684,1855082,1855084,1856212,1856802,1856917,1857120,1857173,1858141,1858244,1858265,1858285,1858289,1858312,1859012,1859735,1859893,1859906
+/ofbiz/ofbiz-plugins/trunk:1851002,1851009,1851068,1851135,1851139-1851140,1851185,1851316,1851885,1852988,1853904,1854684,1855082,1855084,1856212,1856802,1856917,1857120,1857173,1858141,1858244,1858265,1858285,1858289,1858312,1859012,1859735,1859893,1859906,1860648
Modified: ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/widget/CustomerScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/widget/CustomerScreens.xml?rev=1860649&r1=1860648&r2=1860649&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/widget/CustomerScreens.xml (original)
+++ ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/widget/CustomerScreens.xml Wed Jun 5 09:46:02 2019
@@ -224,7 +224,7 @@ under the License.
<property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
<set field="MainColumnStyle" value="rightonly"/>
- <set field="titleProperty" value="PageTitleLogin"/>
+ <set field="titleProperty" from-field="uiLabelMap.CommonContactUs"/>
<set field="pageHeader" from-field="uiLabelMap.CommonContactUs"/>
<set field="headerItem" value="contactus"/>
<set field="submitRequest" value="contactsubmit"/>
@@ -651,7 +651,7 @@ under the License.
<property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
<set field="MainColumnStyle" value="rightonly"/>
- <set field="titleProperty" value="PageTitleLogin"/>
+ <set field="titleProperty" from-field="uiLabelMap.CommonContactUs"/>
<set field="pageHeader" from-field="uiLabelMap.CommonContactUs"/>
<set field="headerItem" value="contactus"/>
<set field="submitRequest" value="contactsubmit"/>