fix(layout): 부서관리 탭 라벨 hardcoded 한글 fallback 추가 #6

Merged
johngreen merged 1 commits from johngreen into main 2026-05-11 04:03:39 +00:00
Contributor

SUPER_ADMIN cross-tenant 환경에서 menu API 가 500 으로 응답하는 문제로 인해 이전 fix 가 효과 없었음. hardcoded ADMIN_PATH_LABELS 맵으로 우회.

SUPER_ADMIN cross-tenant 환경에서 menu API 가 500 으로 응답하는 문제로 인해 이전 fix 가 효과 없었음. hardcoded ADMIN_PATH_LABELS 맵으로 우회.
johngreen added 1 commit 2026-05-11 04:03:38 +00:00
SUPER_ADMIN cross-tenant 모드에서 menu API (/api/admin/menus) 가 500 응답을
내어 uiMenus 가 비어있고, 그 결과 우리 effect 가 매칭할 데이터가 없어
sessionStorage 의 영어 fallback title (deptMngList) 이 갱신되지 않던 문제.

AppLayout 의 fallback 두 곳에 ADMIN_PATH_LABELS 맵 추가:
1. URL 직접 진입 시 첫 openTab 의 fallback title
2. uiMenus 매칭 실패 시 한글 라벨 보강

근본 원인 (menu API 500) 은 별도 backend 이슈 — 본 fix 는 우회.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
johngreen merged commit 63279296f8 into main 2026-05-11 04:03:39 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gbpark/invyone#6