Author: chrisg
Date: Wed May 13 14:20:00 2009
New Revision: 774380
URL:
http://svn.apache.org/viewvc?rev=774380&view=revLog:
Fix for security related error when viewing orders from party screen
(there's more to do, see OFBIZ-2332)
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=774380&r1=774379&r2=774380&view=diff==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml Wed May 13 14:20:00 2009
@@ -208,7 +208,7 @@
<condition>
<if-has-permission permission="ORDERMGR" action="_VIEW"/>
</condition>
- <link target="/ordermgr/control/searchorders" url-mode="inter-app">
+ <link target="/ordermgr/control/searchorders" url-mode="inter-app" link-type="hidden-form">
<parameter param-name="lookupFlag" value="Y"/>
<parameter param-name="hideFields" value="Y"/>
<parameter param-name="partyId"/>