Author: deepak
Date: Sat Aug 26 20:32:59 2017 New Revision: 1806328 URL: http://svn.apache.org/viewvc?rev=1806328&view=rev Log: Fixed: Found some more vlaue=dollor pattern in set field Modified: ofbiz/ofbiz-plugins/trunk/ebay/widget/CommonScreens.xml ofbiz/ofbiz-plugins/trunk/ecommerce/widget/EmailOrderScreens.xml Modified: ofbiz/ofbiz-plugins/trunk/ebay/widget/CommonScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ebay/widget/CommonScreens.xml?rev=1806328&r1=1806327&r2=1806328&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/ebay/widget/CommonScreens.xml (original) +++ ofbiz/ofbiz-plugins/trunk/ebay/widget/CommonScreens.xml Sat Aug 26 20:32:59 2017 @@ -33,7 +33,7 @@ under the License. <set field="layoutSettings.companySubtitle" from-field="uiLabelMap.EbayApplication" global="true"/> <set field="applicationMenuName" value="EbayAppBar" global="true"/> <set field="applicationMenuLocation" value="component://ebay/widget/EbayMenus.xml" global="true"/> - <set field="applicationTitle" value="${uiLabelMap.EbayApplication}" global="true"/> + <set field="applicationTitle" from-field="uiLabelMap.EbayApplication" global="true"/> </actions> <widgets> <include-screen name="ApplicationDecorator" location="component://commonext/widget/CommonScreens.xml"/> Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/widget/EmailOrderScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/widget/EmailOrderScreens.xml?rev=1806328&r1=1806327&r2=1806328&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/ecommerce/widget/EmailOrderScreens.xml (original) +++ ofbiz/ofbiz-plugins/trunk/ecommerce/widget/EmailOrderScreens.xml Sat Aug 26 20:32:59 2017 @@ -29,7 +29,7 @@ under the License. <property-map resource="AccountingUiLabels" map-name="uiLabelMap" global="true"/> <property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/> <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/> - <set field="title" value="${uiLabelMap.PageTitleOrderConfirmationNotice}"/> + <set field="title" from-field="uiLabelMap.PageTitleOrderConfirmationNotice"/> <set field="baseEcommerceSecureUrl" value="${baseSecureUrl}/ecommerce"/> <set field="title" value="Order"/> <script location="component://order/groovyScripts/order/OrderView.groovy"/> @@ -84,7 +84,7 @@ under the License. <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="title" from-field="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 --> <script location="component://ecommerce/groovyScripts/order/OrderStatus.groovy"/> |
Free forum by Nabble | Edit this page |