You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2016/07/16 06:37:45 UTC

svn commit: r1752896 - /ofbiz/trunk/specialpurpose/example/widget/example/ExampleScreens.xml

Author: mridulpathak
Date: Sat Jul 16 06:37:45 2016
New Revision: 1752896

URL: http://svn.apache.org/viewvc?rev=1752896&view=rev
Log:
[OFBIZ-7525] UiLabels missing on Examples PDF. Thanks Ankit Joshi for contribution.

Modified:
    ofbiz/trunk/specialpurpose/example/widget/example/ExampleScreens.xml

Modified: ofbiz/trunk/specialpurpose/example/widget/example/ExampleScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/ExampleScreens.xml?rev=1752896&r1=1752895&r2=1752896&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/example/widget/example/ExampleScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/example/widget/example/ExampleScreens.xml Sat Jul 16 06:37:45 2016
@@ -126,6 +126,7 @@ under the License.
     <screen name="ExampleReport">
         <section>
             <actions>
+                <property-map resource="ExampleUiLabels" map-name="uiLabelMap" global="true"/>
                 <set field="titleProperty" value="PageTitleEditExample"/>
                 <set field="tabButtonItem" value="EditExample"/>
                 <set field="exampleId" from-field="parameters.exampleId"/>