fix(layout): admin 탭 영어 fallback title 을 메뉴 한글명으로 갱신 #5
Reference in New Issue
Block a user
Delete Branch "johngreen"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
URL 직접 진입 / sessionStorage 복원 시 path segment (영어) 가 그대로 탭 라벨로 노출되던 문제 수정. uiMenus 로드 후 menu_name_kor 로 갱신.
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>