svn commit: r826978 - /ofbiz/trunk/applications/humanres/data/HumanResDemoData.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r826978 - /ofbiz/trunk/applications/humanres/data/HumanResDemoData.xml

jleroux@apache.org
Author: jleroux
Date: Tue Oct 20 07:04:57 2009
New Revision: 826978

URL: http://svn.apache.org/viewvc?rev=826978&view=rev
Log:
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>