From ad26c4a082595a97c47f9619c5bde09e9812528e Mon Sep 17 00:00:00 2001 From: wyu <kknd09321@nate.com> Date: 목, 04 11월 2021 18:15:31 +0900 Subject: [PATCH] 사용자 등급 권한 추가 오류 수정 --- src/main/webapp/views/workspace/workspaceUserConfig.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/workspace/workspaceUserConfig.html b/src/main/webapp/views/workspace/workspaceUserConfig.html index 1abc8e9..c611a83 100644 --- a/src/main/webapp/views/workspace/workspaceUserConfig.html +++ b/src/main/webapp/views/workspace/workspaceUserConfig.html @@ -123,7 +123,7 @@ <div class="col-xl-11"> <div class="form-group form-buttons-w2"> - <button class="btn btn-xlg btn-navy" ng-click="fn.getUserWorkspaceList(0)"> + <button class="btn btn-xlg btn-navy" ng-click="fn.getUserLevelList(0)"> <i class="os-icon os-icon-ui-37"></i> <span translate="common.search">寃��깋</span> </button> -- Gitblit v1.8.0