Author: hansbak
Date: Thu Nov 12 07:54:17 2009
New Revision: 835288
URL:
http://svn.apache.org/viewvc?rev=835288&view=revLog:
temporary security data for sfa to make the data files load the first time
Modified:
ofbiz/trunk/applications/marketing/data/MarketingSecurityData.xml
Modified: ofbiz/trunk/applications/marketing/data/MarketingSecurityData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/data/MarketingSecurityData.xml?rev=835288&r1=835287&r2=835288&view=diff==============================================================================
--- ofbiz/trunk/applications/marketing/data/MarketingSecurityData.xml (original)
+++ ofbiz/trunk/applications/marketing/data/MarketingSecurityData.xml Thu Nov 12 07:54:17 2009
@@ -34,4 +34,11 @@
<SecurityGroupPermission groupId="FLEXADMIN" permissionId="MARKETING_VIEW"/>
<SecurityGroupPermission groupId="VIEWADMIN" permissionId="MARKETING_VIEW"/>
<SecurityGroupPermission groupId="BIZADMIN" permissionId="MARKETING_ADMIN"/>
+
+ <!-- sfa security...(to be completed) -->
+ <SecurityPermission permissionId="MYPORTAL_EMPLOYEE" description="Use the employee screens in myportal."/>
+ <SecurityGroup description="Employee user of myportal, Limited access to the projectmgr, comms,custRequests" groupId="MYPORTAL_EMPLOYEE"/>
+ <SecurityGroupPermission groupId="MYPORTAL_EMPLOYEE" permissionId="MYPORTAL_EMPLOYEE"/>
+
+
</entity-engine-xml>