Skip to content

Commit

Permalink
fix(接口测试): 修复mock只读用户无法复制mock地址的缺陷
Browse files Browse the repository at this point in the history
--bug=1041184 --user=王孝刚 【接口测试】Mock权限-只有查询权限的用户,不能使用复制Mock地址的功能
https://www.tapd.cn/55049933/s/1520656
  • Loading branch information
wxg0103 committed May 24, 2024
1 parent 92b8065 commit 13f518b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
eventTag: 'copyMock',
label: t('mockManagement.copyMock'),
danger: false,
permission: ['PROJECT_API_DEFINITION_MOCK:READ+ADD'],
permission: ['PROJECT_API_DEFINITION_MOCK:READ'],
},
{
eventTag: 'delete',
Expand Down

0 comments on commit 13f518b

Please sign in to comment.