From 56c40ebd05a576e6f7c40ac10c78ac0463cf4074 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 수, 19 1월 2022 11:41:13 +0900 Subject: [PATCH] 이슈 업체메일보내기 클릭 시 업체/isp/hosting 이메일 다 안가져오는 문제 해결("업체 선택" 항목은 제거 처리) --- src/main/webapp/views/issue/issueModifyDepartment.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/issue/issueModifyDepartment.html b/src/main/webapp/views/issue/issueModifyDepartment.html index 204ecaf..2beb3c1 100644 --- a/src/main/webapp/views/issue/issueModifyDepartment.html +++ b/src/main/webapp/views/issue/issueModifyDepartment.html @@ -18,7 +18,7 @@ search="vm.departmentName" source="fn.getIssueDepartmentList(vm.form.issueTypeId, 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> -- Gitblit v1.8.0