From f669c8a9310e83044aacc48f0f9ef52dda0358b0 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 화, 14 12월 2021 17:45:46 +0900
Subject: [PATCH] 프로젝트명 클릭시 대시보드 이동 , 프로젝트 변경시 해당 프로젝트의 대시보드 이동

---
 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 6f6abd8..e2ad463 100644
--- a/src/main/webapp/scripts/config.js
+++ b/src/main/webapp/scripts/config.js
@@ -351,12 +351,12 @@
                                                 $rootScope.$broadcast("changedLastProject", {id: el.id});
                                                 $state.go("issues.list");
                                             }
-                                            /*if (reload) {
+                                            if (reload) {
                                                 $state.go('dashboards.dashboard');
-                                            }*/
+                                            }
                                         }
                                     });
-                                   //$state.go($state.current, {}, {reload: reload});
+                                   // $state.go($state.current, {}, {reload: reload});
                                 }
                             });
                         }

--
Gitblit v1.8.0