From 35f30fdf5c8c34ef5bd44f3f2f8c715cec7d8813 Mon Sep 17 00:00:00 2001 From: minhee <alsdldlfrl@gmail.com> Date: 금, 11 2월 2022 09:36:12 +0900 Subject: [PATCH] - ISP 등록 실패 메시지 수정 --- src/main/webapp/scripts/components/auth/auth.session.service.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/scripts/components/auth/auth.session.service.js b/src/main/webapp/scripts/components/auth/auth.session.service.js index 5a67393..19e6e14 100644 --- a/src/main/webapp/scripts/components/auth/auth.session.service.js +++ b/src/main/webapp/scripts/components/auth/auth.session.service.js @@ -25,6 +25,9 @@ $rootScope.users = []; $rootScope.user = undefined; $rootScope.workspaces = []; + $rootScope.workIssueTypes = [] + $rootScope.projects = []; + $rootScope.departments = null; $rootScope.authorities = {}; $rootScope.currentDetailIssueId = null; -- Gitblit v1.8.0