From 9f30425f290c710a12b95d98a7f67ec66016b470 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 월, 17 1월 2022 12:57:23 +0900 Subject: [PATCH] - 이슈 추가,수정 시 이력 남기는 부분 코드 수정 --- src/main/webapp/views/issue/issueModify.html | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/views/issue/issueModify.html b/src/main/webapp/views/issue/issueModify.html index 836b664..e483193 100644 --- a/src/main/webapp/views/issue/issueModify.html +++ b/src/main/webapp/views/issue/issueModify.html @@ -530,6 +530,7 @@ page="vm.autoCompletePage.companyType.page" total-page="vm.autoCompletePage.companyType.totalPage" input-disabled="false" + broad-cast="companyTypeEvent" translation-texts="{ empty : 'common.emptyCompanyType' }" extra-settings="{ displayProp : 'useValue' , idProp : 'id', imageable : false, imagePathProp : '', type : '', maxlength : 200, autoResize : false, stopRemoveBodyEvent : true }"></js-autocomplete-single> @@ -549,6 +550,7 @@ page="vm.autoCompletePage.parentSector.page" total-page="vm.autoCompletePage.parentSector.totalPage" input-disabled="false" + broad-cast="parentSectorEvent" translation-texts="{ empty : 'common.emptyParentSector' }" extra-settings="{ displayProp : 'useValue' , idProp : 'id', imageable : false, imagePathProp : '', type : '', maxlength : 200, autoResize : false, stopRemoveBodyEvent : true }"></js-autocomplete-single> @@ -568,6 +570,7 @@ page="vm.autoCompletePage.childSector.page" total-page="vm.autoCompletePage.childSector.totalPage" input-disabled="false" + broad-cast="childSectorEvent" translation-texts="{ empty : 'common.emptyChildSector' }" extra-settings="{ displayProp : 'useValue' , idProp : 'id', imageable : false, imagePathProp : '', type : '', maxlength : 200, autoResize : false, stopRemoveBodyEvent : true }"></js-autocomplete-single> @@ -587,6 +590,7 @@ page="vm.autoCompletePage.region.page" total-page="vm.autoCompletePage.region.totalPage" input-disabled="false" + broad-cast="regionEvent" translation-texts="{ empty : 'common.emptyRegion' }" extra-settings="{ displayProp : 'useValue' , idProp : 'id', imageable : false, imagePathProp : '', type : '', maxlength : 200, autoResize : false, stopRemoveBodyEvent : true }"></js-autocomplete-single> @@ -606,6 +610,7 @@ page="vm.autoCompletePage.status.page" total-page="vm.autoCompletePage.status.totalPage" input-disabled="false" + broad-cast="statusEvent" translation-texts="{ empty : 'common.emptyStatus' }" extra-settings="{ displayProp : 'useValue' , idProp : 'id', imageable : false, imagePathProp : '', type : '', maxlength : 200, autoResize : false, stopRemoveBodyEvent : true }"></js-autocomplete-single> -- Gitblit v1.8.0