Skip to content

Commit

Permalink
fix(项目设置): 项目列表查看权限重置
Browse files Browse the repository at this point in the history
项目列表查看权限重置
  • Loading branch information
Somebody-JIAN committed Jun 20, 2023
1 parent 5293f48 commit 14dbceb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public List<ProjectDTO> listAll() {
}

@GetMapping("/listAll/{workspaceId}")
@RequiresPermissions(value = {PermissionConstants.WORKSPACE_PROJECT_MANAGER_READ, PermissionConstants.SYSTEM_USER_READ}, logical = Logical.OR)
public List<ProjectDTO> listAll(@PathVariable String workspaceId) {
ProjectRequest request = new ProjectRequest();
request.setWorkspaceId(workspaceId);
Expand Down

0 comments on commit 14dbceb

Please sign in to comment.