You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2009/10/03 11:54:12 UTC

svn commit: r821285 - /ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml

Author: ashish
Date: Sat Oct  3 09:54:12 2009
New Revision: 821285

URL: http://svn.apache.org/viewvc?rev=821285&view=rev
Log:
Removed duplicate request entry - Thanks Rishi for the report.

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml

Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml?rev=821285&r1=821284&r2=821285&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml Sat Oct  3 09:54:12 2009
@@ -1208,10 +1208,6 @@
         <response name="success" type="view" value="EditFeatureTypes"/>
         <response name="error" type="view" value="EditFeatureType"/>
     </request-map>
-    <request-map uri="EditFeatureCategories">
-        <security https="true" auth="true"/>
-        <response name="success" type="view" value="EditFeatureCategories"/>
-    </request-map>
     <request-map uri="ListFeaturePrice">
         <security https="true" auth="true"/>
         <response name="success" type="view" value="EditFeature"/>