From c0e11ef764a5aa651311705afab9ad1297a65e2a Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 화, 16 11월 2021 12:55:32 +0900 Subject: [PATCH] 이슈 만들기 진행[프론트] --- src/main/webapp/views/issue/issueAdd.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/views/issue/issueAdd.html b/src/main/webapp/views/issue/issueAdd.html index c85f722..2d2f090 100644 --- a/src/main/webapp/views/issue/issueAdd.html +++ b/src/main/webapp/views/issue/issueAdd.html @@ -41,7 +41,7 @@ total-page="vm.autoCompletePage.project.totalPage" input-disabled="false" translation-texts="{ empty : 'common.emptyProject' }" - extra-settings="{ displayProp : '' , idProp : '', imageable : false, imagePathProp : '', + extra-settings="{ displayProp : 'name' , idProp : 'id', imageable : false, imagePathProp : '', type : '', maxlength : 200, autoResize : false, stopRemoveBodyEvent : true }"></js-autocomplete-single> </div> </div> @@ -307,7 +307,7 @@ ng-model="vm.companyManager" ng-maxlength="100" maxlength="100" - > + > </div> </div> <div class="col-lg-4"> @@ -567,4 +567,4 @@ ng-disabled="fn.formCheck(issueAddForm.$invalid)" ng-click="fn.formSubmit()"><span translate="common.save">���옣</span> </button> -</div> +</div> \ No newline at end of file -- Gitblit v1.8.0