We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a847fc7 commit 6b07798Copy full SHA for 6b07798
src/management/identities/identities-doublon.service.ts
@@ -10,6 +10,7 @@ export class IdentitiesDoublonService extends AbstractIdentitiesService {
10
$match: {
11
state: { $ne: IdentityState.DONT_SYNC },
12
destFusionId: { $eq: null },
13
+ 'inetOrgPerson.employeeType': {$ne: 'LOCAL'}
14
},
15
16
{
@@ -54,6 +55,7 @@ export class IdentitiesDoublonService extends AbstractIdentitiesService {
54
55
56
57
58
+ 'inetOrgPerson.employeeType': {$ne: 'LOCAL'},
59
60
61
0 commit comments