svn commit: r1749026 - /ofbiz/trunk/specialpurpose/scrum/widget/CommonScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1749026 - /ofbiz/trunk/specialpurpose/scrum/widget/CommonScreens.xml

pranayp
Author: pranayp
Date: Sat Jun 18 13:48:45 2016
New Revision: 1749026

URL: http://svn.apache.org/viewvc?rev=1749026&view=rev
Log:
[OFBIZ-7432] Added missing SecurityUiLabels in scrum component main-decorator to fix UI Label issues on Profile View.
Thanks Aditi Patidar for reporting the issue and providing the patch.

Modified:
    ofbiz/trunk/specialpurpose/scrum/widget/CommonScreens.xml

Modified: ofbiz/trunk/specialpurpose/scrum/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/CommonScreens.xml?rev=1749026&r1=1749025&r2=1749026&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/widget/CommonScreens.xml Sat Jun 18 13:48:45 2016
@@ -29,6 +29,7 @@ under the License.
                 <property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/>
                 <property-map resource="OrderUiLabels" 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.companyName" from-field="uiLabelMap.ScrumCompanyName" global="true"/>
                 <set field="layoutSettings.companySubtitle" from-field="uiLabelMap.ScrumCompanySubtitle" global="true"/>