From 9cdf5c3cca026a11657a5c566c0a320850d16399 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 목, 04 11월 2021 12:48:58 +0900 Subject: [PATCH] "등급 수정" 프론트 수정 --- src/main/webapp/i18n/ko/global.json | 1 + src/main/webapp/scripts/app/workspace/workspaceUserLevelConfig.controller.js | 2 +- src/main/webapp/scripts/components/userWorkspace/userWorkspace.service.js | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/i18n/ko/global.json b/src/main/webapp/i18n/ko/global.json index 7cc9db7..de32b26 100644 --- a/src/main/webapp/i18n/ko/global.json +++ b/src/main/webapp/i18n/ko/global.json @@ -501,6 +501,7 @@ "manageProjectPerm": "�봽濡쒖젥�듃 愿�由�", "manageIssueSystemPerm": "�씠�뒋 �떆�뒪�뀥 愿�由�", "manageUserPerm": "�궗�슜�옄 愿�由�", + "manageApiPerm" : "API 愿�由�", "manageNoticePerm": "怨듭��궗�빆 愿�由�", "manageFAQPerm": "FAQ 愿�由�", "manageQnAPerm": "QnA 愿�由�", diff --git a/src/main/webapp/scripts/app/workspace/workspaceUserLevelConfig.controller.js b/src/main/webapp/scripts/app/workspace/workspaceUserLevelConfig.controller.js index 1044803..3bbfcb1 100644 --- a/src/main/webapp/scripts/app/workspace/workspaceUserLevelConfig.controller.js +++ b/src/main/webapp/scripts/app/workspace/workspaceUserLevelConfig.controller.js @@ -209,7 +209,7 @@ .setDName("IssueSystem") .setDRenderer("ISSUE_SETTING_PERM_YN")); $scope.vm.tableConfigs1.push($tableProvider.config() - .setHName("manageUser.manageUserPerm") + .setHName("manageUser.manageApiPerm") .setHWidth("width-120-p") .setDType("renderer") .setDAlign("text-center") diff --git a/src/main/webapp/scripts/components/userWorkspace/userWorkspace.service.js b/src/main/webapp/scripts/components/userWorkspace/userWorkspace.service.js index daa5ad5..8fa8540 100644 --- a/src/main/webapp/scripts/components/userWorkspace/userWorkspace.service.js +++ b/src/main/webapp/scripts/components/userWorkspace/userWorkspace.service.js @@ -43,7 +43,7 @@ // }); // }, find : function (conditions) { - return $http.post("userLevel/find", conditions).then(function (response) { + return $http.post("userWorkspace/find", conditions).then(function (response) { $log.debug("�썙�겕�뒪�럹�씠�뒪�뿉 李몄뿬�븯�뒗 �쟾泥� �궗�슜�옄 紐⑸줉 : ", response); return response; }); -- Gitblit v1.8.0