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/11/01 04:02:54 UTC

svn commit: r709626 - /ofbiz/trunk/specialpurpose/mypage/data/MyPageSecurityData.xml

Author: hansbak
Date: Fri Oct 31 20:02:54 2008
New Revision: 709626

URL: http://svn.apache.org/viewvc?rev=709626&view=rev
Log:
adjust securitylevels for mypage users to be able to add content to projects and tasks

Modified:
    ofbiz/trunk/specialpurpose/mypage/data/MyPageSecurityData.xml

Modified: ofbiz/trunk/specialpurpose/mypage/data/MyPageSecurityData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/mypage/data/MyPageSecurityData.xml?rev=709626&r1=709625&r2=709626&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/mypage/data/MyPageSecurityData.xml (original)
+++ ofbiz/trunk/specialpurpose/mypage/data/MyPageSecurityData.xml Fri Oct 31 20:02:54 2008
@@ -36,7 +36,7 @@
     <SecurityGroupPermission groupId="MYPAGE_EMPLOYEE" permissionId="PARTYMGR_VIEW"/>
     <!-- and can create customer request from emails -->
     <SecurityGroupPermission groupId="MYPAGE_EMPLOYEE" permissionId="ORDERMGR_CRQ_CREATE"/>
-    <!-- and can upload content for email -->
+    <!-- and can upload content for email/task/project -->
     <SecurityGroupPermission groupId="MYPAGE_EMPLOYEE" permissionId="CONTENTMGR_ROLE_CREATE"/>
 
     <SecurityPermission permissionId="MYPAGE_EMPL-NOEMAIL" description="Usage of the employee screens in mypage: projectmanager and internal notes."/>
@@ -50,7 +50,9 @@
     <SecurityGroupPermission groupId="MYPAGE_EMPL-NOEMAIL" permissionId="PARTYMGR_CME-NOTE_CREATE"/>
     <SecurityGroupPermission groupId="MYPAGE_EMPL-NOEMAIL" permissionId="PARTYMGR_CME_CREATE"/>
     <SecurityGroupPermission groupId="MYPAGE_EMPL-NOEMAIL" permissionId="PARTYMGR_CME_UPDATE"/>
-
+    <!-- and can upload content for task/project -->
+    <SecurityGroupPermission groupId="MYPAGE_EMPL-NOEMAIL" permissionId="CONTENTMGR_ROLE_CREATE"/>
+    
     <SecurityPermission permissionId="MYPAGE_CUSTOMER" description="Use the customer screens in mypage."/>
     <SecurityGroup description="Customer user of mypage, Limited access to own custRequests, and project" groupId="MYPAGE_CUSTOMER"/>
     <SecurityGroupPermission groupId="MYPAGE_CUSTOMER" permissionId="PARTYMGR_CME-NOTE_CREATE"/><!-- allow customer to read/write internal notes -->