You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by nm...@apache.org on 2014/11/09 20:18:02 UTC

svn commit: r1637716 - /ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml

Author: nmalin
Date: Sun Nov  9 19:18:02 2014
New Revision: 1637716

URL: http://svn.apache.org/r1637716
Log:
Correct parameter fields present direclty on target value instead of use the parameter's link element that generate for partyId this string : '∂yId' , thanks for  Supachai Chaima-ngua and Francis Douet for the alert on OFBIZ-5847

Modified:
    ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml

Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml?rev=1637716&r1=1637715&r2=1637716&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml Sun Nov  9 19:18:02 2014
@@ -679,10 +679,14 @@
 
     <menu name="addRelContactAccounts">
         <menu-item name="add" title="${uiLabelMap.CommonCreateNew}">
-            <link target="${parameters._LAST_VIEW_NAME_}?portalPageId=${parameters.portalPageId}&amp;partyId=${parameters.partyId}&amp;editPartyRel=Y"/>
-        </menu-item>  
+            <link target="${parameters._LAST_VIEW_NAME_}">
+                <parameter param-name="partyId"/>
+                <parameter param-name="portalPageId"/>
+                <parameter param-name="editPartyRel" value="Y"/>
+            </link>
+        </menu-item>
     </menu>
-    
+
     <menu name="newPartyIdentification">
         <menu-item name="new" title="${uiLabelMap.CommonNew}">
             <link target="viewidentifications">