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:41:37 UTC

svn commit: r1752897 - /ofbiz/branches/release15.12/specialpurpose/example/widget/example/ExampleScreens.xml

Author: mridulpathak
Date: Sat Jul 16 06:41:36 2016
New Revision: 1752897

URL: http://svn.apache.org/viewvc?rev=1752897&view=rev
Log:
[OFBIZ-7525] UiLabels missing on Examples PDF. Migrating fix from trunk r1752896.

Modified:
    ofbiz/branches/release15.12/specialpurpose/example/widget/example/ExampleScreens.xml

Modified: ofbiz/branches/release15.12/specialpurpose/example/widget/example/ExampleScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release15.12/specialpurpose/example/widget/example/ExampleScreens.xml?rev=1752897&r1=1752896&r2=1752897&view=diff
==============================================================================
--- ofbiz/branches/release15.12/specialpurpose/example/widget/example/ExampleScreens.xml (original)
+++ ofbiz/branches/release15.12/specialpurpose/example/widget/example/ExampleScreens.xml Sat Jul 16 06:41:36 2016
@@ -101,6 +101,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"/>