diff --git a/src/controllers/OrganizationController.ts b/src/controllers/OrganizationController.ts index edb35874..dd212d5f 100644 --- a/src/controllers/OrganizationController.ts +++ b/src/controllers/OrganizationController.ts @@ -5520,6 +5520,7 @@ export class OrganizationController extends Controller { data1 = _data1.map((y) => ({ name: y.orgRootName, rootId: y.id, + rootDnaId: y.ancestorDNA, child1Id: null, child2Id: null, child3Id: null, @@ -5528,6 +5529,7 @@ export class OrganizationController extends Controller { data2 = _data2.map((y) => ({ name: y.orgRootName, rootId: y.id, + rootDnaId: y.ancestorDNA, child1Id: null, child2Id: null, child3Id: null, @@ -5589,6 +5591,7 @@ export class OrganizationController extends Controller { data1 = _data1.map((y) => ({ name: y.orgRootName, rootId: y.id, + rootDnaId: y.ancestorDNA, child1Id: null, child2Id: null, child3Id: null, @@ -5597,6 +5600,7 @@ export class OrganizationController extends Controller { data2 = _data2.map((y) => ({ name: y.orgRootName, rootId: y.id, + rootDnaId: y.ancestorDNA, child1Id: null, child2Id: null, child3Id: null,