svn commit: r1356182 - /ofbiz/branches/20120329_portletWidget/specialpurpose/example/widget/ExampleMenus.xml

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

svn commit: r1356182 - /ofbiz/branches/20120329_portletWidget/specialpurpose/example/widget/ExampleMenus.xml

erwan
Author: erwan
Date: Mon Jul  2 11:08:49 2012
New Revision: 1356182

URL: http://svn.apache.org/viewvc?rev=1356182&view=rev
Log:
spelling correction in portalPageId target in createExampleMenu portlet

Modified:
    ofbiz/branches/20120329_portletWidget/specialpurpose/example/widget/ExampleMenus.xml

Modified: ofbiz/branches/20120329_portletWidget/specialpurpose/example/widget/ExampleMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/20120329_portletWidget/specialpurpose/example/widget/ExampleMenus.xml?rev=1356182&r1=1356181&r2=1356182&view=diff
==============================================================================
--- ofbiz/branches/20120329_portletWidget/specialpurpose/example/widget/ExampleMenus.xml (original)
+++ ofbiz/branches/20120329_portletWidget/specialpurpose/example/widget/ExampleMenus.xml Mon Jul  2 11:08:49 2012
@@ -143,7 +143,7 @@ under the License.
                 <not><if-empty field="parameters.exampleId"/></not>
             </condition>
             <link target="showPortalPage">
-                <parameter param-name="portalPageId" from-field="recapPageId" value="ExampleFullRecap"/>
+                <parameter param-name="portalPageId" from-field="recapPageId" value="ExampleRecap"/>
                 <parameter param-name="exampleId" from-field="parameters.exampleId"/>
                 <image src="${iconsPurpose.Overview}" title="${uiLabelMap.IconsTooltips_Overview}"/>
             </link>