From 178ec32fd4ca26d82119ad161b1ad657b01d2c20 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 금, 10 12월 2021 20:23:51 +0900
Subject: [PATCH] 대시보드 이슈 클릭시 이슈 상세로 이동 수정

---
 src/main/java/kr/wisestone/owl/constant/MngPermission.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/java/kr/wisestone/owl/constant/MngPermission.java b/src/main/java/kr/wisestone/owl/constant/MngPermission.java
index 7e764b2..44e005f 100644
--- a/src/main/java/kr/wisestone/owl/constant/MngPermission.java
+++ b/src/main/java/kr/wisestone/owl/constant/MngPermission.java
@@ -5,10 +5,10 @@
  */
 public class MngPermission {
 
-    public static final int USER_PERMISSION_MNG_ISSUE_PROJECT_ALL = 16384; // �쟾泥� �씠�뒋 �봽濡쒖젥�듃 蹂닿린
-    public static final int USER_PERMISSION_MNG_PARTNER = 8192;   //  �뾽泥�/ISP/�샇�뒪�똿 愿�由�      10000000000000
-    public static final int USER_PERMISSION_MNG_WORKSPACE = 4096;   //  WORK SPACE 愿�由�       01000000000000
-    public static final int USER_PERMISSION_MNG_PROJECT = 2048;   //  �봽濡쒖젥�듃 愿�由�             00100000000000
+    public static final int USER_PERMISSION_MNG_WORKSPACE = 16384;   //  WORK SPACE 愿�由�       01000000000000
+    public static final int USER_PERMISSION_MNG_PROJECT = 8192;   //  �봽濡쒖젥�듃 愿�由�             00100000000000
+    public static final int USER_PERMISSION_MNG_ISSUE_PROJECT_ALL = 4096; // �쟾泥� �씠�뒋 �봽濡쒖젥�듃 蹂닿린
+    public static final int USER_PERMISSION_MNG_PARTNER = 2048;   //  �뾽泥�/ISP/�샇�뒪�똿 愿�由�      10000000000000
     public static final int USER_PERMISSION_MNG_API = 1024;        //  API 愿�由�               00010000000000
     public static final int USER_PERMISSION_MNG_ISSUE_STATUS = 512;  //  ISSUE SETTING 愿�由�   00001000000000
     public static final int USER_PERMISSION_MNG_WORKFLOW = 256;     // WORK FLOW 愿�由�         000000100000000

--
Gitblit v1.8.0