You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2010/12/07 10:58:28 UTC

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

Author: ashish
Date: Tue Dec  7 09:58:28 2010
New Revision: 1042953

URL: http://svn.apache.org/viewvc?rev=1042953&view=rev
Log:
Adding new User Security Group so if needed we can only assign work effort component to any user. 

Thanks Amit for the contribution.

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=1042953&r1=1042952&r2=1042953&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/data/WorkEffortSecurityData.xml (original)
+++ ofbiz/trunk/applications/workeffort/data/WorkEffortSecurityData.xml Tue Dec  7 09:58:28 2010
@@ -50,4 +50,6 @@ under the License.
     <SecurityGroupPermission groupId="WORKEFFORT_USER" permissionId="WORKEFFORTMGR_ROLE_DELETE"/>
     <SecurityGroupPermission groupId="WORKEFFORT_USER" permissionId="OFBTOOLS_VIEW"/>
 
+    <SecurityGroup description="WorkEffort Admin group, has all workeffort permissions." groupId="WORKEFFORTADMIN"/>
+    <SecurityGroupPermission groupId="WORKEFFORTADMIN" permissionId="WORKEFFORTMGR_ADMIN"/>
 </entity-engine-xml>