Author: jleroux
Date: Fri Oct 21 19:19:45 2011
New Revision: 1187515
URL:
http://svn.apache.org/viewvc?rev=1187515&view=revLog:
A patch from Kiran Gawde
https://issues.apache.org/jira/browse/OFBIZ-4491"CommonUiLabels resource is missing from EmailOrderScreens.xml#OrderConfirmNotice"
Due to this various labels are not expanded in the email.
Added <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
Modified:
ofbiz/trunk/specialpurpose/ecommerce/widget/EmailOrderScreens.xml
Modified: ofbiz/trunk/specialpurpose/ecommerce/widget/EmailOrderScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/widget/EmailOrderScreens.xml?rev=1187515&r1=1187514&r2=1187515&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/widget/EmailOrderScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/widget/EmailOrderScreens.xml Fri Oct 21 19:19:45 2011
@@ -83,6 +83,7 @@ under the License.
<property-map resource="EcommerceUiLabels" map-name="uiLabelMap" global="true"/>
<property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
<property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/>
+ <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
<set field="title" value="${uiLabelMap.PageTitleOrderConfirmationNotice}"/>
<set field="baseEcommerceSecureUrl" value="${baseSecureUrl}/ecommerce"/>
<set field="allowAnonymousView" value="Y"/> <!-- this field will instruction OrderStatus.groovy to allow an anonymous order to be viewed by anybody, so the email confirmation screen will work -->