We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0412ebf commit ba722e6Copy full SHA for ba722e6
src/management/identities/identities-doublon.service.ts
@@ -133,6 +133,10 @@ export class IdentitiesDoublonService extends AbstractIdentitiesService {
133
...identity1.inetOrgPerson.employeeNumber,
134
...identity2.inetOrgPerson.employeeNumber,
135
];
136
+ identity1.inetOrgPerson.departmentNumber = [
137
+ ...identity1.inetOrgPerson.departmentNumber,
138
+ ...identity2.inetOrgPerson.departmentNumber,
139
+ ];
140
// si supann est present
141
if (
142
identity1.additionalFields.objectClasses.includes('supannPerson') &&
0 commit comments