You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/05/08 11:05:08 UTC

svn commit: r772899 - /ofbiz/branches/release09.04/applications/party/widget/partymgr/PartyMenus.xml

Author: hansbak
Date: Fri May  8 09:05:08 2009
New Revision: 772899

URL: http://svn.apache.org/viewvc?rev=772899&view=rev
Log:
Applied fix from trunk for revision: 772898 
 all/open button not working on myportal 'other partycomms'

Modified:
    ofbiz/branches/release09.04/applications/party/widget/partymgr/PartyMenus.xml

Modified: ofbiz/branches/release09.04/applications/party/widget/partymgr/PartyMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/party/widget/partymgr/PartyMenus.xml?rev=772899&r1=772898&r2=772899&view=diff
==============================================================================
--- ofbiz/branches/release09.04/applications/party/widget/partymgr/PartyMenus.xml (original)
+++ ofbiz/branches/release09.04/applications/party/widget/partymgr/PartyMenus.xml Fri May  8 09:05:08 2009
@@ -327,7 +327,8 @@
             <condition>
                 <if-compare field="parameters.all" operator="equals" value="true"/>
             </condition>
-            <link target="${parameters._LAST_VIEW_NAME_}" >
+            <link target="${parameters._LAST_VIEW_NAME_}">
+                <parameter param-name="portalPageId" from-field="parameters.portalPageId"/>
                 <parameter param-name="all" value="false"/>
             </link>
         </menu-item>
@@ -338,8 +339,9 @@
                     <if-empty field="parameters.all"/>
                 </or>
             </condition>
-            <link target="${parameters._LAST_VIEW_NAME_}" >
-                <parameter param-name="all" value="true"/>
+            <link target="${parameters._LAST_VIEW_NAME_}">
+                <parameter param-name="portalPageId" from-field="parameters.portalPageId"/>
+                    <parameter param-name="all" value="true"/>
             </link>
         </menu-item>
     </menu>