| | |
| | | "manageProjectPerm": "프로젝트 관리", |
| | | "manageIssueSystemPerm": "이슈 시스템 관리", |
| | | "manageUserPerm": "사용자 관리", |
| | | "manageApiPerm" : "API 관리", |
| | | "manageNoticePerm": "공지사항 관리", |
| | | "manageFAQPerm": "FAQ 관리", |
| | | "manageQnAPerm": "QnA 관리", |
| | |
| | | .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") |
| | |
| | | // }); |
| | | // }, |
| | | 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; |
| | | }); |