문의 상태값 'REVIEWING' 추가:
eapim-portal CI / build (push) Has been cancelled
eapim-portal Test / test (push) Has been cancelled

- 상태 코드/배지 지원 로직(DjbInquiryStatus) 반영
- Inquiry 댓글 작성자명 관리자 구분 로직 수정
This commit is contained in:
Rinjae
2026-07-10 14:36:23 +09:00
parent f08da86eb3
commit 7d6aabe122
11 changed files with 59 additions and 12 deletions
+3
View File
@@ -16897,6 +16897,9 @@ input[type=checkbox]:checked + .custom-checkbox {
.inquiry-status-badge--pending {
background-color: #8c959f;
}
.inquiry-status-badge--reviewing {
background-color: #e08e0b;
}
.inquiry-status-badge--closed {
background-color: #4a5560;
}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long