You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2008/06/24 07:49:08 UTC

svn commit: r671033 - /ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrSecurityData.xml

Author: hansbak
Date: Mon Jun 23 22:49:07 2008
New Revision: 671033

URL: http://svn.apache.org/viewvc?rev=671033&view=rev
Log:
add projectadmin to bizadmin

Modified:
    ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrSecurityData.xml

Modified: ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrSecurityData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrSecurityData.xml?rev=671033&r1=671032&r2=671033&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrSecurityData.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/data/ProjectMgrSecurityData.xml Mon Jun 23 22:49:07 2008
@@ -36,7 +36,8 @@
     <SecurityPermission description="Be able to create a weekly timesheet for the loginid." permissionId="PROJECTMGR_ROLE_TIMESHEET_CREATE"/>
     <SecurityPermission description="Be able to update(report) on an existing own timesheet" permissionId="PROJECTMGR_ROLE_TIMESHEET_UPDATE"/>
     
-    <!-- allow the security group FULLADMIN (userlogin 'admin') full access -->
+    <!-- add permission to general groups -->
+    <SecurityGroupPermission groupId="BIZADMIN" permissionId="PROJECTMGR_ADMIN"/>
     <SecurityGroupPermission groupId="FULLADMIN" permissionId="PROJECTMGR_ADMIN"/>
     
     <SecurityGroup description="Project Admin group, has update access to own projects." groupId="PROJECTADMIN"/>