svn commit: r576420 - /ofbiz/trunk/applications/workeffort/data/WorkEffortSecurityData.xml

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

svn commit: r576420 - /ofbiz/trunk/applications/workeffort/data/WorkEffortSecurityData.xml

jacopoc
Author: jacopoc
Date: Mon Sep 17 06:28:40 2007
New Revision: 576420

URL: http://svn.apache.org/viewvc?rev=576420&view=rev
Log:
Added WORKEFFORT_ROLE_DELETE permission and updated descriptions for _ROLE_ permissions.

Modified:
    ofbiz/trunk/applications/workeffort/data/WorkEffortSecurityData.xml

Modified: ofbiz/trunk/applications/workeffort/data/WorkEffortSecurityData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/data/WorkEffortSecurityData.xml?rev=576420&r1=576419&r2=576420&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/data/WorkEffortSecurityData.xml (original)
+++ ofbiz/trunk/applications/workeffort/data/WorkEffortSecurityData.xml Mon Sep 17 06:28:40 2007
@@ -23,10 +23,11 @@
     <SecurityPermission description="View operations in the Work Effort Manager." permissionId="WORKEFFORTMGR_VIEW"/>
     <SecurityPermission description="Create operations in the Work Effort Manager." permissionId="WORKEFFORTMGR_CREATE"/>
     <SecurityPermission description="Update operations in the Work Effort Manager." permissionId="WORKEFFORTMGR_UPDATE"/>
-    <SecurityPermission description="Delete operations in the Work Effort Manager." permissionId="WORKEFFORTMGR_DELETE"/>    
-    <SecurityPermission description="View work effort roles in the Work Effort Manager." permissionId="WORKEFFORTMGR_ROLE_VIEW"/>
-    <SecurityPermission description="Create work effort roles in the Work Effort Manager." permissionId="WORKEFFORTMGR_ROLE_CREATE"/>
-    <SecurityPermission description="Update work effort roles in the Work Effort Manager." permissionId="WORKEFFORTMGR_ROLE_UPDATE"/>
+    <SecurityPermission description="Delete operations in the Work Effort Manager." permissionId="WORKEFFORTMGR_DELETE"/>
+    <SecurityPermission description="Limited View operations in the Work Effort Manager." permissionId="WORKEFFORTMGR_ROLE_VIEW"/>
+    <SecurityPermission description="Limited Create operations in the Work Effort Manager." permissionId="WORKEFFORTMGR_ROLE_CREATE"/>
+    <SecurityPermission description="Limited Update operations in the Work Effort Manager." permissionId="WORKEFFORTMGR_ROLE_UPDATE"/>
+    <SecurityPermission description="Limited Update operations the Work Effort Manager." permissionId="WORKEFFORTMGR_ROLE_DELETE"/>
     <SecurityPermission description="ALL operations in the Work Effort Manager." permissionId="WORKEFFORTMGR_ADMIN"/>