From 4e08dfe8492869be455bf9e3d36b83c5915cdf03 Mon Sep 17 00:00:00 2001 From: WangXu10 Date: Sun, 25 Jun 2023 19:47:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=A1=B9=E7=9B=AE=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E7=BC=BA=E9=99=B7=E6=A8=A1=E6=9D=BF=E4=B8=8D?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E6=A8=A1=E6=9D=BF=E5=AD=97=E6=AE=B5=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1027187 --user=王旭 【项目设置】项目成员有缺陷模版权限,创建缺陷模版报403 https://www.tapd.cn/55049933/s/1385804 --- .../java/io/metersphere/controller/CustomFieldController.java | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/main/java/io/metersphere/controller/CustomFieldController.java b/backend/src/main/java/io/metersphere/controller/CustomFieldController.java index 8f987b067963..afc761141235 100644 --- a/backend/src/main/java/io/metersphere/controller/CustomFieldController.java +++ b/backend/src/main/java/io/metersphere/controller/CustomFieldController.java @@ -72,7 +72,6 @@ public List getList(@RequestBody QueryCustomFieldRequest request) { } @PostMapping("/default") - @RequiresPermissions(PermissionConstants.PROJECT_TEMPLATE_READ_CUSTOM) public List getDefaultList(@RequestBody QueryCustomFieldRequest request) { return customFieldService.getDefaultField(request); }