From ff2eacbedadcda1ecf23f5691ab60738be627bbe Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 금, 26 11월 2021 11:47:23 +0900 Subject: [PATCH] 업체/ISP/호스팅 권한 추가 --- src/main/webapp/scripts/config.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/scripts/config.js b/src/main/webapp/scripts/config.js index 15ad4c8..47b5db7 100644 --- a/src/main/webapp/scripts/config.js +++ b/src/main/webapp/scripts/config.js @@ -235,6 +235,7 @@ // 沅뚰븳 由ъ뒪�듃 $rootScope.mngPermission = { + "USER_PERMISSION_MNG_PARTNER" : 8192, "USER_PERMISSION_MNG_WORKSPACE" : 4096, "USER_PERMISSION_MNG_PROJECT" : 2048, "USER_PERMISSION_MNG_API" : 1024, -- Gitblit v1.8.0