Author: sichen
Date: Tue Jul 31 15:09:26 2007
New Revision: 561571
URL:
http://svn.apache.org/viewvc?view=rev&rev=561571Log:
Not sure if this is intentional or a bug, so here's my fix. The PARTYADMIN user actually could not set security permissions for any of the users, and there was no SECURITY permission group that I could find
Modified:
ofbiz/branches/release4.0/applications/party/data/PartySecurityData.xml
Modified: ofbiz/branches/release4.0/applications/party/data/PartySecurityData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/party/data/PartySecurityData.xml?view=diff&rev=561571&r1=561570&r2=561571==============================================================================
--- ofbiz/branches/release4.0/applications/party/data/PartySecurityData.xml (original)
+++ ofbiz/branches/release4.0/applications/party/data/PartySecurityData.xml Tue Jul 31 15:09:26 2007
@@ -84,4 +84,7 @@
<SecurityGroupPermission groupId="FLEXADMIN" permissionId="SECURITY_UPDATE"/>
<SecurityGroupPermission groupId="FLEXADMIN" permissionId="SECURITY_VIEW"/>
<SecurityGroupPermission groupId="VIEWADMIN" permissionId="SECURITY_VIEW"/>
+
+ <SecurityGroupPermission groupId="PARTYADMIN" permissionId="SECURITY_ADMIN"/>
+
</entity-engine-xml>