This commit is contained in:
parent
0df264e900
commit
a2833c9cb4
1 changed files with 2 additions and 0 deletions
|
|
@ -6268,6 +6268,7 @@ export class ProfileController extends Controller {
|
|||
"current_holders.orgRevisionId",
|
||||
"current_holders.posMasterNo",
|
||||
"orgRoot.id",
|
||||
"orgRoot.ancestorDNA",
|
||||
"orgRoot.orgRootName",
|
||||
"orgRoot.orgRootShortName",
|
||||
"orgRoot.orgRootOrder",
|
||||
|
|
@ -6414,6 +6415,7 @@ export class ProfileController extends Controller {
|
|||
posNo: shortName ?? null,
|
||||
rootId: holder?.orgRoot?.id ?? null,
|
||||
root: holder?.orgRoot?.orgRootName ?? null,
|
||||
rootDnaId: holder?.orgRoot == null ? null : holder?.orgRoot?.ancestorDNA,
|
||||
orgRootShortName: holder?.orgRoot?.orgRootShortName ?? null,
|
||||
orgRevisionId: holder?.orgRoot?.orgRevisionId ?? null,
|
||||
org,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue