fix: 修复权限相关问题
--bug=1013901 --user=刘瑞斌 【接口权限】使用系统自定义的无任何权限的系统管理员账号,可以查看工作空间、项目、用户等 https://www.tapd.cn/55049933/s/1177397 --bug=1013910 --user=刘瑞斌 【系统设置】用户组与权限列表,点击成员数量报错 https://www.tapd.cn/55049933/s/1177649 --bug=1013900 --user=刘瑞斌 【接口权限】使用自定义的系统管理员账号,可用接口创建项目 https://www.tapd.cn/55049933/s/1177656 --bug=1013911 --user=刘瑞斌 【接口权限】工作空间管理员问题汇总 https://www.tapd.cn/55049933/s/1177705
This commit is contained in:
parent
d01f40f54e
commit
e05a54d422
|
@ -16,7 +16,6 @@ import io.metersphere.dto.WorkspaceResource;
|
|||
import io.metersphere.log.annotation.MsAuditLog;
|
||||
import io.metersphere.service.UserService;
|
||||
import io.metersphere.service.WorkspaceService;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.apache.shiro.authz.annotation.Logical;
|
||||
import org.apache.shiro.authz.annotation.RequiresPermissions;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
|
Loading…
Reference in New Issue