From a2833c9cb4a339e0212f874ef5ed45062a544d9f Mon Sep 17 00:00:00 2001 From: adisak Date: Tue, 26 Aug 2025 16:09:55 +0700 Subject: [PATCH] #1779 --- src/controllers/ProfileController.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/controllers/ProfileController.ts b/src/controllers/ProfileController.ts index 5d1bf77c..1cfa4565 100644 --- a/src/controllers/ProfileController.ts +++ b/src/controllers/ProfileController.ts @@ -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,