feat(project): 홈 카드 세션 없으면 업무추가 버튼 비활성화
세션이 하나도 없으면 업무를 넣을 세션이 없으므로 아이콘 버튼(disabled)과 우클릭 메뉴 둘 다 막는다. "세션 추가"로 첫 세션을 만들면 새로고침 없이 바로 활성화(dataset.hasStages 갱신 + disabled 해제). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "erp_base.html" %}
|
||||
|
||||
{% block head_extra %}
|
||||
<link rel="stylesheet" href="/static/project.css?v=20260917t" />
|
||||
<link rel="stylesheet" href="/static/project.css?v=20260917u" />
|
||||
<link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" />
|
||||
{% endblock %}
|
||||
|
||||
@@ -45,5 +45,5 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<script src="/static/project.js?v=20260917u" defer></script>
|
||||
<script src="/static/project.js?v=20260917v" defer></script>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user