From fde37173d256963954d8020db4cd2b7cfb9144e7 Mon Sep 17 00:00:00 2001 From: jhjang <jhjang@maprex.co.kr> Date: 수, 05 1월 2022 10:44:06 +0900 Subject: [PATCH] - 주석 추가 - log4j 2.17.1로 버전 업 --- src/main/webapp/views/issueType/issueTypeModify.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/views/issueType/issueTypeModify.html b/src/main/webapp/views/issueType/issueTypeModify.html index 8c8fe27..46e76e4 100644 --- a/src/main/webapp/views/issueType/issueTypeModify.html +++ b/src/main/webapp/views/issueType/issueTypeModify.html @@ -68,9 +68,9 @@ <js-autocomplete-multi data-input-name="departments" selected-model="vm.form.companies" search="vm.companyName" - source="fn.getCompanyList(vm.companyName, vm.form.companies)" + 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