You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2010/12/31 10:24:43 UTC

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

Author: jleroux
Date: Fri Dec 31 09:24:42 2010
New Revision: 1054072

URL: http://svn.apache.org/viewvc?rev=1054072&view=rev
Log:
Removed the now useless getAssociatedProductsList request-map from the common-controller (was forgot there). From Adrian's remark in dev ML.

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=1054072&r1=1054071&r2=1054072&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml (original)
+++ ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml Fri Dec 31 09:24:42 2010
@@ -196,14 +196,6 @@ under the License.
     <request-map uri="LookupGeoName"><security https="true" auth="true"/><response name="success" type="view" value="LookupGeoName"/></request-map>
     
     <!--========================== AJAX events =====================-->
-    <!-- Get products related to a product category -->
-    <request-map uri="getAssociatedProductsList">
-        <security https="true" auth="false"/>
-        <event type="service" invoke="getAssociatedProductsList"/>
-        <response name="success" type="request" value="json"/>
-        <response name="error" type="request" value="json"/>
-    </request-map>
-
     <!-- Get states related to a country -->
     <request-map uri="getAssociatedStateList">
         <security https="true" auth="false"/>