From 187f2424b034aaee08f5986d5eb1289c1c4c6df3 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Wed, 12 Oct 2022 19:12:06 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=AE=A1=E7=90=86=E7=BC=BA=E5=B0=91=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E6=8C=89=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1017904 --user=李玉号 【项目管理】文件管理缺少查看按键 https://www.tapd.cn/55049933/s/1259985 --- framework/sdk-parent/frontend/src/i18n/lang/en-US.js | 1 + framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js | 1 + framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js | 1 + project-management/backend/src/main/resources/permission.json | 4 ++-- 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/framework/sdk-parent/frontend/src/i18n/lang/en-US.js b/framework/sdk-parent/frontend/src/i18n/lang/en-US.js index a234c11bcd..c483f1dc54 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/en-US.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/en-US.js @@ -2575,6 +2575,7 @@ const message = { read: "READ", case_template: "CASE TEMPLATE", issue_template: "ISSUE TEMPLATE", + api_template: "Api Template", custom: "CUSTOM FIELDS" }, workspace_project_manager: { diff --git a/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js b/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js index 5638181af9..78a428be38 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js @@ -2583,6 +2583,7 @@ const message = { read: "查询", case_template: "用例模版", issue_template: "缺陷模版", + api_template: "接口模版", custom: "自定义字段" }, workspace_project_manager: { diff --git a/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js b/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js index 8749440792..1e7d625750 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js @@ -2580,6 +2580,7 @@ const message = { read: "查詢", case_template: "用例模版", issue_template: "缺陷模版", + api_template: "接口模版", custom: "自定義字段" }, workspace_project_manager: { diff --git a/project-management/backend/src/main/resources/permission.json b/project-management/backend/src/main/resources/permission.json index 0af5c03aec..e4583aa045 100644 --- a/project-management/backend/src/main/resources/permission.json +++ b/project-management/backend/src/main/resources/permission.json @@ -101,7 +101,7 @@ "resourceId": "PROJECT_OPERATING_LOG" }, { - "id": "PROJECT_FILE:READ+JAR", + "id": "PROJECT_FILE:READ", "name": "permission.project_file.jar", "resourceId": "PROJECT_FILE" }, @@ -152,7 +152,7 @@ }, { "id": "PROJECT_TEMPLATE:READ+API_TEMPLATE", - "name": "custom_template.api_template", + "name": "permission.project_template.api_template", "resourceId": "PROJECT_TEMPLATE" }, {