From 99061ed463a11c767ea7cb242aa0609e0d088bc7 Mon Sep 17 00:00:00 2001
From: jhjang <jhjang@maprex.co.kr>
Date: 화, 07 12월 2021 16:34:12 +0900
Subject: [PATCH] Merge branch 'master' of http://192.168.0.25:9001/r/owl-kisa

---
 src/main/webapp/views/issue/issueAddRelation.html |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/src/main/webapp/views/issue/issueAddRelation.html b/src/main/webapp/views/issue/issueAddRelation.html
index 066a49e..c5a1262 100644
--- a/src/main/webapp/views/issue/issueAddRelation.html
+++ b/src/main/webapp/views/issue/issueAddRelation.html
@@ -29,17 +29,17 @@
                 </small>
             </div>
 
-<!--            <div class="form-group mb10 col-sm-4">-->
-<!--                <label class="issue-label"><span class="highlighter-rouge">�뿰愿� �씠�뒋 援щ텇</span></label>-->
-<!--                <select id="relationIssueType"-->
-<!--                        name="relationIssueType"-->
-<!--                        class="form-control input-sm"-->
-<!--                        ng-options="option.name for option in vm.relationIssueTypes track by option.id"-->
-<!--                        ng-model="vm.relationIssueType"-->
-<!--                        required>-->
-<!--                </select>-->
+            <div class="form-group mb10 col-sm-4">
+                <label class="issue-label"><span class="highlighter-rouge">�뿰愿� �씠�뒋 援щ텇</span></label>
+                <select id="relationIssueType"
+                        name="relationIssueType"
+                        class="form-control input-sm"
+                        ng-options="option.name for option in vm.relationIssueTypes track by option.id"
+                        ng-model="vm.relationIssueType"
+                        required>
+                </select>
 
-<!--            </div>-->
+            </div>
 
             <div class="row">
                 <div class="col-lg-4">
@@ -52,6 +52,7 @@
                                                 source="fn.getProjectList(vm.projectName, vm.form.projects, vm.autoCompletePage.project.page, fn.getProjectListCallBack)"
                                                 page="vm.autoCompletePage.project.page"
                                                 total-page="vm.autoCompletePage.project.totalPage"
+                                                input-disabled="false"
                                                 translation-texts="{ empty : 'common.emptyProject' }"
                                                 extra-settings="{ displayProp : 'name' , idProp : 'id', imageable : false, imagePathProp : '',
                                                 type : '', maxlength : 200, autoResize : false, stopRemoveBodyEvent : true }"></js-autocomplete-single>

--
Gitblit v1.8.0