You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2008/07/31 23:19:36 UTC

svn commit: r681501 - /ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml

Author: adrianc
Date: Thu Jul 31 14:19:35 2008
New Revision: 681501

URL: http://svn.apache.org/viewvc?rev=681501&view=rev
Log:
Fixed the setUserPreference request in common-controller.xml. Reported by Bruno Busco on dev mailing list.

Modified:
    ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml

Modified: ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml?rev=681501&r1=681500&r2=681501&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml (original)
+++ ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml Thu Jul 31 14:19:35 2008
@@ -104,7 +104,7 @@
     <!-- User preference mapping -->
     <request-map uri="setUserPreference">
         <security https="true" auth="true"/>
-        <event type="java" path="org.ofbiz.common.preferences.PreferenceServices" invoke="setUserPreference"/>
+        <event type="service" invoke="setUserPreference"/>
         <response name="success" type="request" value="main"/>
         <response name="error" type="request" value="main"/>
     </request-map>