From f669c8a9310e83044aacc48f0f9ef52dda0358b0 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 화, 14 12월 2021 17:45:46 +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