Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 56s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 56s
This commit is contained in:
commit
f61ea52935
1 changed files with 6 additions and 2 deletions
|
|
@ -4448,7 +4448,9 @@ export class OrganizationDotnetController extends Controller {
|
|||
ancestorDNA: body.nodeId
|
||||
},
|
||||
current_holders: {
|
||||
orgChild1: Not(IsNull()),
|
||||
orgChild1: {
|
||||
id: Not(IsNull()),
|
||||
}
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
@ -5059,7 +5061,9 @@ export class OrganizationDotnetController extends Controller {
|
|||
ancestorDNA: body.nodeId
|
||||
},
|
||||
current_holders: {
|
||||
orgChild1: Not(IsNull()),
|
||||
orgChild1: {
|
||||
id: Not(IsNull()),
|
||||
}
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue