From fdee6c370fd1dd227582c1905f24a21a4f1a193a Mon Sep 17 00:00:00 2001 From: CaptainB Date: Tue, 14 Dec 2021 10:41:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E6=94=AF=E6=8C=81=E5=8F=98=E9=87=8F=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1008640 --user=刘瑞斌 [github #8353]测试跟踪定时任务邮件模板变量部分获取不到 #8353 https://www.tapd.cn/55049933/s/1080460 Closes #8353 --- backend/src/main/java/io/metersphere/xpack | 2 +- .../plan/components/ScheduleMaintain.vue | 2 +- .../plan/components/ScheduleNotification.vue | 384 ++++++++++++++++++ frontend/src/business/components/xpack | 2 +- 4 files changed, 387 insertions(+), 3 deletions(-) create mode 100644 frontend/src/business/components/track/plan/components/ScheduleNotification.vue diff --git a/backend/src/main/java/io/metersphere/xpack b/backend/src/main/java/io/metersphere/xpack index 269d23d500..cf8337c9a6 160000 --- a/backend/src/main/java/io/metersphere/xpack +++ b/backend/src/main/java/io/metersphere/xpack @@ -1 +1 @@ -Subproject commit 269d23d5004ee49a9e82a977027ca72757d3056a +Subproject commit cf8337c9a6341d8c9eb7f5c9bef897083b0d2951 diff --git a/frontend/src/business/components/track/plan/components/ScheduleMaintain.vue b/frontend/src/business/components/track/plan/components/ScheduleMaintain.vue index 23335ac491..4010ad5cca 100644 --- a/frontend/src/business/components/track/plan/components/ScheduleMaintain.vue +++ b/frontend/src/business/components/track/plan/components/ScheduleMaintain.vue @@ -129,7 +129,7 @@ import { import Crontab from "@/business/components/common/cron/Crontab"; import CrontabResult from "@/business/components/common/cron/CrontabResult"; import {cronValidate} from "@/common/js/cron"; -import MsScheduleNotification from "@/business/components/api/automation/schedule/ScheduleNotification"; +import MsScheduleNotification from "./ScheduleNotification"; import ScheduleSwitch from "@/business/components/api/automation/schedule/ScheduleSwitch"; function defaultCustomValidate() { diff --git a/frontend/src/business/components/track/plan/components/ScheduleNotification.vue b/frontend/src/business/components/track/plan/components/ScheduleNotification.vue new file mode 100644 index 0000000000..23bec87f1c --- /dev/null +++ b/frontend/src/business/components/track/plan/components/ScheduleNotification.vue @@ -0,0 +1,384 @@ + + + + + + diff --git a/frontend/src/business/components/xpack b/frontend/src/business/components/xpack index 8142d4f9e1..d7e0ac4ccb 160000 --- a/frontend/src/business/components/xpack +++ b/frontend/src/business/components/xpack @@ -1 +1 @@ -Subproject commit 8142d4f9e15802034cdc2c98a6af88af5fedf480 +Subproject commit d7e0ac4ccb6a1b5edefc7cb501a2c5c7b7a70dce