From adb2aa4be049f6d8d6e0f1382b0e889167885eb1 Mon Sep 17 00:00:00 2001 From: chan Date: Tue, 16 Jun 2026 18:22:11 +0900 Subject: [PATCH] =?UTF-8?q?adminfront:=20=ED=85=8C=EB=84=8C=ED=8A=B8=20?= =?UTF-8?q?=EC=83=81=EC=84=B8=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20?= =?UTF-8?q?=EB=82=B4=20=EB=84=A4=EC=9D=B4=EB=B2=84=EC=9B=8D=EC=8A=A4=20?= =?UTF-8?q?=EC=98=A4=EB=8F=99=EC=9E=91=20=ED=83=AD=EC=9D=84=20=EC=99=84?= =?UTF-8?q?=EB=B2=BD=ED=9E=88=20=EC=86=8C=EA=B1=B0=ED=95=98=EA=B3=A0,=20?= =?UTF-8?q?=EA=B8=80=EB=A1=9C=EB=B2=8C=20=EC=82=AC=EC=9D=B4=EB=93=9C?= =?UTF-8?q?=EB=B0=94=20=EB=84=A4=EC=9D=B4=EB=B2=84=EC=9B=8D=EC=8A=A4=20?= =?UTF-8?q?=EC=97=B0=EB=8F=99=20=EB=A9=94=EB=89=B4=20=EB=85=B8=EC=B6=9C=20?= =?UTF-8?q?=EA=B0=80=EB=93=9C=20=EB=8F=99=EA=B8=B0=ED=99=94=20=EC=99=84?= =?UTF-8?q?=EB=A3=8C=20(#1183)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adminfront/src/components/layout/AppLayout.tsx | 2 +- .../src/features/tenants/routes/TenantDetailPage.tsx | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/adminfront/src/components/layout/AppLayout.tsx b/adminfront/src/components/layout/AppLayout.tsx index 77494dc9..28b16711 100644 --- a/adminfront/src/components/layout/AppLayout.tsx +++ b/adminfront/src/components/layout/AppLayout.tsx @@ -271,7 +271,7 @@ function AppLayout() { if (item.to === "/tenants") return permissions.tenants; if (item.to === orgfrontUrl) return permissions.org_chart; if (item.to === "/worksmobile") - return permissions.worksmobile && showWorksmobile; + return permissions.worksmobile; if (item.to === "/system/ory-ssot") return permissions.ory_ssot; if (item.to === "/system/data-integrity") return permissions.data_integrity; diff --git a/adminfront/src/features/tenants/routes/TenantDetailPage.tsx b/adminfront/src/features/tenants/routes/TenantDetailPage.tsx index 1f26ab88..e7f97f5f 100644 --- a/adminfront/src/features/tenants/routes/TenantDetailPage.tsx +++ b/adminfront/src/features/tenants/routes/TenantDetailPage.tsx @@ -104,18 +104,6 @@ function TenantDetailPage() { > {t("ui.admin.tenants.detail.tab_organization", "조직 관리")} - {(hasPermission("view_worksmobile") || hasPermission("view")) && ( - - {t("ui.admin.tenants.detail.tab_worksmobile", "네이버웍스 연동")} - - )} {hasPermission("view") && (