Author: akashjain
Date: Sat Sep 23 14:06:56 2017
New Revision: 1809429
URL:
http://svn.apache.org/viewvc?rev=1809429&view=revLog:
Fixed: Labels messed up because of missing UiLabels, applied patch from jira issue (OFBIZ-9745)
1) Navigate to SFA and search for contacts.
2) Move to Contact Profile detail screen.
3) Try following processes with UserLogin
i) Create / Update User Login.
ii) Assign / Edit Security Group to the User Login.
Result: Several UX labels messed up because of missing UiLabels.
Thanks, Ankit Joshi for your contribution.
Modified:
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/CommonScreens.xml
Modified: ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/CommonScreens.xml?rev=1809429&r1=1809428&r2=1809429&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/CommonScreens.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/CommonScreens.xml Sat Sep 23 14:06:56 2017
@@ -32,6 +32,7 @@ under the License.
<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"/>
+ <property-map resource="SecurityUiLabels" 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"/>