Author: jleroux
Date: Tue Oct 20 07:04:57 2009
New Revision: 826978
URL:
http://svn.apache.org/viewvc?rev=826978&view=revLog:
Fix a wrong C/P (DemoEmployee does not exist as login, it's demoemployee for Party DemoEmployee)
Modified:
ofbiz/trunk/applications/humanres/data/HumanResDemoData.xml
Modified: ofbiz/trunk/applications/humanres/data/HumanResDemoData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/data/HumanResDemoData.xml?rev=826978&r1=826977&r2=826978&view=diff==============================================================================
--- ofbiz/trunk/applications/humanres/data/HumanResDemoData.xml (original)
+++ ofbiz/trunk/applications/humanres/data/HumanResDemoData.xml Tue Oct 20 07:04:57 2009
@@ -36,8 +36,6 @@
<UserLogin userLoginId="demoemployee" currentPassword="{SHA}47ca69ebb4bdc9ae0adec130880165d2cc05db1a" requirePasswordChange="N" partyId="DemoEmployee"/>
<SecurityPermission description="Employee can check the status of his requests and trainings assigned to him with this permission." permissionId="EMPLOYEE_VIEW"/>
<SecurityGroupPermission groupId="HUMANRES_EMPLOYEE" permissionId="EMPLOYEE_VIEW"/>
- <UserLoginSecurityGroup groupId="HUMANRES_EMPLOYEE" userLoginId="DemoEmployee" fromDate="2001-01-01 12:00:00.0"/>
-
<UserLoginSecurityGroup groupId="HUMANRES_EMPLOYEE" userLoginId="demoemployee" fromDate="2001-01-01 12:00:00.0"/>
</entity-engine-xml>