Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m0s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m0s
This commit is contained in:
commit
2505904aea
1 changed files with 2 additions and 10 deletions
|
|
@ -4447,11 +4447,7 @@ export class OrganizationDotnetController extends Controller {
|
|||
orgRoot: {
|
||||
ancestorDNA: body.nodeId
|
||||
},
|
||||
current_holders: {
|
||||
orgChild1: {
|
||||
id: Not(IsNull()),
|
||||
}
|
||||
},
|
||||
orgChild1: Not(IsNull()),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
@ -5060,11 +5056,7 @@ export class OrganizationDotnetController extends Controller {
|
|||
orgRoot: {
|
||||
ancestorDNA: body.nodeId
|
||||
},
|
||||
current_holders: {
|
||||
orgChild1: {
|
||||
id: Not(IsNull()),
|
||||
}
|
||||
},
|
||||
orgChild1: Not(IsNull()),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue