From 24b05c33ec016052349974cdb7a1bb73074499cc Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 목, 09 12월 2021 14:40:54 +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