From 663ea2f2eca3b7da3bdaffb13eaac44433adb62f Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 목, 16 12월 2021 13:13:54 +0900
Subject: [PATCH] 기록탭 html 태그 보이는 내용 수정 / 사이드바 사용자 프로필 등급, 부서명 표시 수정

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

diff --git a/src/main/webapp/scripts/config.js b/src/main/webapp/scripts/config.js
index 44c2d61..3622771 100644
--- a/src/main/webapp/scripts/config.js
+++ b/src/main/webapp/scripts/config.js
@@ -299,8 +299,6 @@
                         }
                     });
                 }
-                // �궗�슜�옄 �젙蹂대�� 媛��졇�삩�떎.
-                $rootScope.getMyInfo();
 
                 /*$rootScope.checkMngPermissionViewIssueAndProject = function (userPermission) {
                     if (!$rootScope.isDefined($rootScope.user)) {
@@ -558,7 +556,8 @@
                     $tableProvider.reverse = false;
                     //  �씠�뒋 紐⑸줉->�긽�꽭�솕硫댁뿉�꽌 留덉�留됱쑝濡� �젒洹쇳븳 �씠�뒋 �븘�씠�뵒 - �씪�슦�듃 �깉�븣留덈떎 珥덇린�솕
                     $rootScope.currentDetailIssueId = null;
-
+                    // �궗�슜�옄 �젙蹂대�� 媛��졇�삩�떎.
+                    $rootScope.getMyInfo();
 
                     $log.debug("toState.name : ", toState.name);
                     $log.debug("$rootScope.previousStateName �솗�씤 : ", $rootScope.previousStateName);
@@ -611,4 +610,5 @@
 
                 return ctxPath;
             })());
+
     });

--
Gitblit v1.8.0