From 971fac10d1687a53eb5bcdc528c827dfb81e9b4e Mon Sep 17 00:00:00 2001 From: kittapath Date: Fri, 13 Dec 2024 10:25:52 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=AD=E0=B8=99?= =?UTF-8?q?=E0=B8=B8=E0=B8=A1=E0=B8=B1=E0=B8=95=E0=B8=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/OrganizationDotnetController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/OrganizationDotnetController.ts b/src/controllers/OrganizationDotnetController.ts index c7e3bfd9..006cf6aa 100644 --- a/src/controllers/OrganizationDotnetController.ts +++ b/src/controllers/OrganizationDotnetController.ts @@ -451,6 +451,7 @@ export class OrganizationDotnetController extends Controller { orgRevisionIsCurrent: true, orgRevisionIsDraft: false, }, + isDirector: true, orgRootId: org?.root ?? "", orgChild1Id: IsNull(), orgChild2Id: IsNull(),