Author: nmalin
Date: Sun Nov  9 19:19:03 2014
New Revision: 1637719

URL: http://svn.apache.org/r1637719
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/branches/release12.04/applications/party/widget/partymgr/PartyMenus.xml

Modified: 
ofbiz/branches/release12.04/applications/party/widget/partymgr/PartyMenus.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/party/widget/partymgr/PartyMenus.xml?rev=1637719&r1=1637718&r2=1637719&view=diff
==============================================================================
--- 
ofbiz/branches/release12.04/applications/party/widget/partymgr/PartyMenus.xml 
(original)
+++ 
ofbiz/branches/release12.04/applications/party/widget/partymgr/PartyMenus.xml 
Sun Nov  9 19:19:03 2014
@@ -678,10 +678,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">


Reply via email to