mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-03 07:28:57 +02:00
N°5971 - Prevent changing the Org of a Person having Portal User without the new Org allowed
This commit is contained in:
@@ -187,6 +187,7 @@ Dict::Add('EN US', 'English', 'English', array(
|
||||
'Class:Person/UniquenessRule:employee_number' => 'there is already a person in \'$this->org_name$\' organization with the same employee number',
|
||||
'Class:Person/UniquenessRule:name+' => 'The employee name should be unique inside its organization',
|
||||
'Class:Person/UniquenessRule:name' => 'There is already a person in \'$this->org_name$\' organization with the same name',
|
||||
'Class:Person/Error:ChangingOrgDenied' => 'Impossible to move this person under organization \'%1$s\' as it would break his access to the User Portal, his associated user not being allowed on this organization',
|
||||
));
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user