fix(layout): admin 탭 영어 fallback title 을 메뉴 한글명으로 갱신 #5

Merged
johngreen merged 1 commits from johngreen into main 2026-05-11 02:11:24 +00:00
Contributor

URL 직접 진입 / sessionStorage 복원 시 path segment (영어) 가 그대로 탭 라벨로 노출되던 문제 수정. uiMenus 로드 후 menu_name_kor 로 갱신.

URL 직접 진입 / sessionStorage 복원 시 path segment (영어) 가 그대로 탭 라벨로 노출되던 문제 수정. uiMenus 로드 후 menu_name_kor 로 갱신.
johngreen added 1 commit 2026-05-11 02:11:22 +00:00
URL 직접 진입 / sessionStorage 복원 시 AppLayout 의 fallback
(pathname.split('/').pop()) 이 path segment 를 그대로 탭 title 로
사용해서 '부서관리' 대신 'deptMngList' 같은 영어가 표시되던 문제.

- tabStore: updateTabTitle(tabId, title) 추가
- AppLayout: uiMenus 로드 후 admin 탭들의 admin_url 매칭하여
  menu_name_kor (tabTitle/label/name) 로 갱신

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
johngreen merged commit b16439098a into main 2026-05-11 02:11:24 +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#5