fix: tkuser 권한 UI 캐시 버스팅 버전 업데이트
JS 파일 수정 후 script 태그 ?v= 파라미터 미갱신으로 브라우저가 구버전 캐시를 로드하여 tkuser 권한 항목이 비어있던 문제 수정 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1714,11 +1714,11 @@
|
||||
</div>
|
||||
|
||||
<!-- JS: Core (config, token, api, toast, helpers, init) -->
|
||||
<script src="/static/js/tkuser-core.js?v=20260309"></script>
|
||||
<script src="/static/js/tkuser-core.js?v=20260313"></script>
|
||||
<!-- JS: Tabs -->
|
||||
<script src="/static/js/tkuser-tabs.js?v=20260224"></script>
|
||||
<script src="/static/js/tkuser-tabs.js?v=20260313"></script>
|
||||
<!-- JS: Individual modules -->
|
||||
<script src="/static/js/tkuser-users.js?v=20260224"></script>
|
||||
<script src="/static/js/tkuser-users.js?v=20260313"></script>
|
||||
<script src="/static/js/tkuser-projects.js?v=20260224"></script>
|
||||
<script src="/static/js/tkuser-departments.js?v=20260224"></script>
|
||||
<script src="/static/js/tkuser-issue-types.js?v=20260224"></script>
|
||||
|
||||
Reference in New Issue
Block a user