From b769c2dcd17af4978fe152ec2ae306a6d6d7773d Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 월, 03 1월 2022 14:31:05 +0900 Subject: [PATCH] 이메일 전송 템플릿을 가져올때 db에서 가져오지 않고 서버의 이메일 템플릿을 가져오도록 수정 --- 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