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

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

Author: buscob
Date: Sat Oct 16 07:43:45 2010
New Revision: 1023203

URL: http://svn.apache.org/viewvc?rev=1023203&view=rev
Log:
Added new request "updatePortletSeqDragDrop" in portal-controller.
This allows to move the portlet rendered using the include-portal-page widget using the same service used for the portlet drag and drop.
Redundant moving services will be removed when the include-portal-page widget will have completely established.

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

Modified: ofbiz/trunk/framework/common/webcommon/WEB-INF/portal-controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/WEB-INF/portal-controller.xml?rev=1023203&r1=1023202&r2=1023203&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/webcommon/WEB-INF/portal-controller.xml (original)
+++ ofbiz/trunk/framework/common/webcommon/WEB-INF/portal-controller.xml Sat Oct 16 07:43:45 2010
@@ -83,6 +83,12 @@ under the License.
         <response name="success" type="view-last" value="main" save-last-view="true"/>
         <response name="error" type="request" value="main"/>
     </request-map>
+    <request-map uri="updatePortletSeqDragDrop">
+        <security https="true" auth="true"/>
+        <event type="service" invoke="updatePortletSeqDragDrop"/>
+        <response name="success" type="view-last" value="main" save-last-view="true"/>
+        <response name="error" type="request" value="main"/>
+    </request-map>
     <request-map uri="deletePortalPagePortlet">
         <security https="true" auth="true"/>
         <event type="service" invoke="deletePortalPagePortlet"/>