svn commit: r788952 - /ofbiz/trunk/applications/order/data/OrderPortletData.xml

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

svn commit: r788952 - /ofbiz/trunk/applications/order/data/OrderPortletData.xml

ashish-18
Author: ashish
Date: Sat Jun 27 11:00:22 2009
New Revision: 788952

URL: http://svn.apache.org/viewvc?rev=788952&view=rev
Log:
Created new PortletCategory for ORDERMGR and used it in other portlets.
Removed old record.

Modified:
    ofbiz/trunk/applications/order/data/OrderPortletData.xml

Modified: ofbiz/trunk/applications/order/data/OrderPortletData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/data/OrderPortletData.xml?rev=788952&r1=788951&r2=788952&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/data/OrderPortletData.xml (original)
+++ ofbiz/trunk/applications/order/data/OrderPortletData.xml Sat Jun 27 11:00:22 2009
@@ -45,7 +45,7 @@
     <PortletPortletCategory portalPortletId="ListCustRequests" portletCategoryId="LIST_CUSTOMER"/>
     
     <!--List of order(s) placed by a customer in order -->
-    <PortletCategory portletCategoryId="LIST_CUSTOMER_ORDER" description="List of order(s) placed by a Customer"/>
+    <PortletCategory portletCategoryId="ORDERMGR" description="List of order(s)"/>
     <PortalPortlet portalPortletId="ListCustomerOrders"
         portletName="List Customer Orders"
         screenName="ListCustomerOrders"
@@ -53,15 +53,14 @@
         description="List Orders placed by customer" securityServiceName="portalPermissionIsCustomer" securityMainAction="VIEW"
         editFormName="EditOrderByCustomer"
         editFormLocation="component://order/webapp/ordermgr/order/OrderForms.xml"/>
-    <PortletPortletCategory portalPortletId="ListCustomerOrders" portletCategoryId="LIST_CUSTOMER_ORDER"/>
+    <PortletPortletCategory portalPortletId="ListCustomerOrders" portletCategoryId="ORDERMGR"/>
     
     <!-- List Todays Order -->
-    <PortletCategory portletCategoryId="LIST_TODAYS_ORDER" description="List of order(s) placed"/>
     <PortalPortlet portalPortletId="ListSalesOrders"
         portletName="List Sales Orders By Date"
         screenName="ListSalesOrders"
         screenLocation="component://order/widget/ordermgr/OrderViewScreens.xml"
         description="List Sales Orders placed today" securityServiceName="portalPermissionIsEmployee" securityMainAction="VIEW"/>
-    <PortletPortletCategory portalPortletId="ListSalesOrders" portletCategoryId="LIST_TODAYS_ORDER"/>
+    <PortletPortletCategory portalPortletId="ListSalesOrders" portletCategoryId="ORDERMGR"/>
 
 </entity-engine-xml>