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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

lektran
Author: lektran
Date: Wed Apr 30 01:38:24 2008
New Revision: 652314

URL: http://svn.apache.org/viewvc?rev=652314&view=rev
Log:
Removed an unused request-map entry

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=652314&r1=652313&r2=652314&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml Wed Apr 30 01:38:24 2008
@@ -1416,13 +1416,6 @@
         <response name="error" type="view" value="EditProdCatalogParties"/>
     </request-map>
 
-    <request-map uri="catalog_createWebSite">
-        <security https="true" auth="true"/>
-        <event type="service" path="" invoke="createWebSite"/>
-        <response name="success" type="view" value="EditProdCatalogWebSites"/>
-        <response name="error" type="view" value="EditProdCatalogWebSites"/>
-    </request-map>
-
     <!-- ================ ProductPromo Requests ================= -->
     <request-map uri="FindProductPromo">
         <security https="true" auth="true"/>