From c548c19c957c67589da8e0092cefcc68a79343b5 Mon Sep 17 00:00:00 2001
From: jhjang <jhjang@maprex.co.kr>
Date: 목, 09 12월 2021 09:44:17 +0900
Subject: [PATCH] - 자동 종료 설정 오류 수정

---
 src/main/webapp/views/api/apiSettingOverlap.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/api/apiSettingOverlap.html b/src/main/webapp/views/api/apiSettingOverlap.html
index 6d83e51..ecfe175 100644
--- a/src/main/webapp/views/api/apiSettingOverlap.html
+++ b/src/main/webapp/views/api/apiSettingOverlap.html
@@ -62,7 +62,7 @@
                     class="form-control input-sm issue-select-label"
                     ng-style="{ 'color' : fn.getOptionColor(vm.completeIssueStatuses, vm.completeIssueStatusId) }"
                     ng-model="vm.completeIssueStatusId"
-                    ng-change="fn.onChangeIssueTypeSpec()"
+                    ng-change="fn.onChangeIssueTypeOverlap()"
                     required>
                 <option ng-repeat="issueStatus in vm.completeIssueStatuses"
                         ng-style="{ 'color' : issueStatus.color, 'font-weight': 600 }"

--
Gitblit v1.8.0