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: {
|
orgRoot: {
|
||||||
ancestorDNA: body.nodeId
|
ancestorDNA: body.nodeId
|
||||||
},
|
},
|
||||||
current_holders: {
|
orgChild1: Not(IsNull()),
|
||||||
orgChild1: {
|
|
||||||
id: Not(IsNull()),
|
|
||||||
}
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -5060,11 +5056,7 @@ export class OrganizationDotnetController extends Controller {
|
||||||
orgRoot: {
|
orgRoot: {
|
||||||
ancestorDNA: body.nodeId
|
ancestorDNA: body.nodeId
|
||||||
},
|
},
|
||||||
current_holders: {
|
orgChild1: Not(IsNull()),
|
||||||
orgChild1: {
|
|
||||||
id: Not(IsNull()),
|
|
||||||
}
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue