Author: jleroux
Date: Fri Jan  2 07:52:31 2009
New Revision: 730761

URL: http://svn.apache.org/viewvc?rev=730761&view=rev
Log:
Fix "Search is broken in the party manager application when logged in as any 
user other than admin" thanks to Raj Saini 
(https://issues.apache.org/jira/browse/OFBIZ-2072) - OFBIZ-2072

Modified:
    ofbiz/trunk/framework/common/servicedef/services.xml

Modified: ofbiz/trunk/framework/common/servicedef/services.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/services.xml?rev=730761&r1=730760&r2=730761&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/servicedef/services.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/services.xml Fri Jan  2 07:52:31 
2009
@@ -433,7 +433,7 @@
             location="org.ofbiz.common.preferences.PreferenceServices" 
invoke="getUserPreference">
         <description>Gets a single user preference.</description>
         <attribute name="userPrefTypeId" type="String" mode="IN" 
optional="false"/>
-        <attribute name="userLoginId" type="String" mode="IN" optional="true"/>
+        <attribute name="userPrefLoginId" type="String" mode="IN" 
optional="true"/>
         <attribute name="userPrefGroupTypeId" type="String" mode="IN" 
optional="true"/>
         <attribute name="userPrefMap" type="Map" mode="OUT" optional="true"/>
         <attribute name="userPrefValue" type="Object" mode="OUT" 
optional="true"/>


Reply via email to