From a55f7f3d0af184246d1b3ced1d8e160a93337060 Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 화, 18 1월 2022 10:39:50 +0900
Subject: [PATCH] 이슈상세 - 파트너 담당자 개별 메일 보내는 부분 권한체크

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

diff --git a/src/main/webapp/views/issueType/issueTypeAdd.html b/src/main/webapp/views/issueType/issueTypeAdd.html
index e496304..045df01 100644
--- a/src/main/webapp/views/issueType/issueTypeAdd.html
+++ b/src/main/webapp/views/issueType/issueTypeAdd.html
@@ -65,7 +65,7 @@
                                        search="vm.companyName"
                                        source="fn.getPartnerList(vm.companyName, vm.form.companies)"
                                        input-disabled="false"
-                                       translation-texts="{ count : 'common.userNum', empty : 'common.emptyUser' }"
+                                       translation-texts="{ count : 'common.userNum', empty : 'common.emptyCompanyPartners' }"
                                        extra-settings="{ displayProp : 'byName' , idProp : 'id', imageable : false, maxlength : 100, autoResize : true }"></js-autocomplete-multi>
 
 

--
Gitblit v1.8.0