From 246d91564841f742384243d3a352870b56a4dfa4 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 목, 09 12월 2021 22:55:33 +0900
Subject: [PATCH] 사용자 등급 관리 width값 수정

---
 src/main/webapp/scripts/config.js |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/scripts/config.js b/src/main/webapp/scripts/config.js
index ec01f69..9c78c21 100644
--- a/src/main/webapp/scripts/config.js
+++ b/src/main/webapp/scripts/config.js
@@ -236,6 +236,8 @@
 
                 //  沅뚰븳 由ъ뒪�듃
                 $rootScope.mngPermission = {
+                    "USER_PERMISSION_MNG_ISSUE_ALL" : 32768,
+                    "USER_PERMISSION_MNG_PROJECT_ALL" : 16384,
                     "USER_PERMISSION_MNG_PARTNER" : 8192,
                     "USER_PERMISSION_MNG_WORKSPACE" : 4096,
                     "USER_PERMISSION_MNG_PROJECT" : 2048,
@@ -332,7 +334,10 @@
                                             if (onEvent) {
                                                 $rootScope.$broadcast("changedLastProject", {id: el.id});
                                             }
-                                            $state.go('dashboards.dashboard');
+
+                                            if (reload) {
+                                                $state.go('dashboards.dashboard');
+                                            }
                                         }
                                     });
                                     // $state.go($state.current, {}, {reload: reload});

--
Gitblit v1.8.0