Author: pranayp
Date: Sat Jul 16 12:44:32 2016
New Revision: 1752947
URL:
http://svn.apache.org/viewvc?rev=1752947&view=revLog:
[OFBIZ-7825] Added the missing UI Label resource in the main-decorator for sfa component to fix label issue in SFA Communication Event Content sub menu.
Thanks Aditya Patwa for the contribution.
Modified:
ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml
Modified: ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml?rev=1752947&r1=1752946&r2=1752947&view=diff==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/CommonScreens.xml Sat Jul 16 12:44:32 2016
@@ -31,6 +31,7 @@ under the License.
<property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
<property-map resource="WorkEffortUiLabels" map-name="uiLabelMap" global="true"/>
<property-map resource="MarketingUiLabels" map-name="uiLabelMap" global="true"/>
+ <property-map resource="ContentUiLabels" map-name="uiLabelMap" global="true"/>
<set field="layoutSettings.javaScripts[]" value="/partymgr/static/partymgr.js" global="true"/>
<set field="layoutSettings.styleSheets[]" value="/partymgr/static/partymgr.css" global="true"/>
<set field="layoutSettings.companyName" from-field="uiLabelMap.SfaCompanyName" global="true"/>