From a207077dbcfb248d406e7d99d03eb72f2c1eac55 Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 수, 15 12월 2021 13:50:29 +0900 Subject: [PATCH] 이슈 상세 API 표시 --- src/main/webapp/scripts/config.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/scripts/config.js b/src/main/webapp/scripts/config.js index 6f6abd8..920039d 100644 --- a/src/main/webapp/scripts/config.js +++ b/src/main/webapp/scripts/config.js @@ -241,10 +241,10 @@ $rootScope.mngPermission = { "USER_PERMISSION_MNG_WORKSPACE" : 16384, "USER_PERMISSION_MNG_PROJECT" : 8192, - "USER_PERMISSION_MNG_ISSUE_PROJECT_ALL" : 4096, + "USER_PERMISSION_MNG_ISSUE" : 4096, "USER_PERMISSION_MNG_PARTNER" : 2048, "USER_PERMISSION_MNG_API" : 1024, - "USER_PERMISSION_MNG_ISSUE_STATUS" : 512, + "USER_PERMISSION_MNG_ISSUE_SYSTEM" : 512, "USER_PERMISSION_MNG_WORKFLOW" : 256, "USER_PERMISSION_MNG_CUSTOME_FIELD" : 128, "USER_PERMISSION_MNG_ISSUE_TYPE" : 64, @@ -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