From 125084f587f86785cda54223848b6ae22310af59 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 금, 14 1월 2022 14:35:53 +0900 Subject: [PATCH] 업체에서 여러 이메일 추가 시 이슈에서 메일 보낼 때 분리 --- 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