svn commit: r998746 - /ofbiz/trunk/framework/webtools/webapp/webtools/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: r998746 - /ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/controller.xml

buscob
Author: buscob
Date: Sun Sep 19 22:41:57 2010
New Revision: 998746

URL: http://svn.apache.org/viewvc?rev=998746&view=rev
Log:
Removed request "ManagePortalPagesAdm" in WebTools. This is not used any more.

Modified:
    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/controller.xml

Modified: ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/controller.xml?rev=998746&r1=998745&r2=998746&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/controller.xml Sun Sep 19 22:41:57 2010
@@ -528,10 +528,6 @@ under the License.
         <security https="true" auth="true"/>
         <response name="success" type="view" value="EditPortalPage"/>
     </request-map>
-    <request-map uri="ManagePortalPagesAdm">
-        <security https="true" auth="true"/>
-        <response name="success" type="view" value="EditPortalPage"/>
-    </request-map>
     <request-map uri="DuplicatePortalPage">
         <security https="true" auth="true"/>
         <event  type="simple" invoke="duplicatePortalPage" path="component://common/script/org/ofbiz/common/PortalPageMethods.xml"/>