From 35f7c70c387989ff734338527008ca0ff498cffe Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 수, 12 1월 2022 15:20:50 +0900
Subject: [PATCH] "전체이슈" 일 경우 이슈 상세페이지에서 연관이슈 및 하위이슈 새로 추가 시 오류 수정

---
 src/main/webapp/views/issue/downIssueModifyStatus.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/issue/downIssueModifyStatus.html b/src/main/webapp/views/issue/downIssueModifyStatus.html
index 5876cfa..c60a510 100644
--- a/src/main/webapp/views/issue/downIssueModifyStatus.html
+++ b/src/main/webapp/views/issue/downIssueModifyStatus.html
@@ -37,7 +37,7 @@
                                        search="vm.departmentName"
                                        source="fn.getUserDepartmentList(vm.departmentName, vm.form.departments)"
                                        input-disabled="false"
-                                       translation-texts="{ count : 'common.userNum', empty : 'common.emptyUser' }"
+                                       translation-texts="{ count : 'common.userNum', empty : 'common.emptyProjectDepartment' }"
                                        extra-settings="{ displayProp : 'byName' , idProp : 'id', imageable : false, maxlength : 100, autoResize : true }"></js-autocomplete-multi>
 
                 <div class="select3-selection__choicediv mt-10">

--
Gitblit v1.8.0