Skip to content

Commit

Permalink
feat: 支持为ddc仓库配置目录权限 TencentBlueKing#2248
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlkl authored Jun 6, 2024
1 parent 13dc47a commit f395f50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
},
showPermissionConfigTab () {
if (this.permissionConfig === true) {
return ['generic'].includes(this.repoType)
return ['generic', 'ddc'].includes(this.repoType)
&& (this.userInfo.admin || this.userInfo.manage)
} else {
return false
Expand Down

0 comments on commit f395f50

Please sign in to comment.