From 761fbf0d7b70e179e4e13c8193c49fc0db0882d6 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Sat, 14 Sep 2024 15:18:44 +0800 Subject: [PATCH] * [misc] Change the target in tutorial. --- module/tutorial/config/scrumProjectManage.php | 2 +- module/tutorial/config/waterfallProjectManage.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/tutorial/config/scrumProjectManage.php b/module/tutorial/config/scrumProjectManage.php index 8d5b71efae..498610ccef 100644 --- a/module/tutorial/config/scrumProjectManage.php +++ b/module/tutorial/config/scrumProjectManage.php @@ -222,7 +222,7 @@ $scrumProjectManage->basic->tasks['manageTask']['steps'][] = array( $scrumProjectManage->basic->tasks['manageTask']['steps'][] = array( 'type' => 'form', - 'target' => '#taskBatchCreateForm', + 'target' => '#taskBatchCreateForm form .form-batch-container', 'app' => 'execution', 'page' => 'task-batchcreate', 'title' => $lang->tutorial->scrumProjectManage->manageTask->step4->name, diff --git a/module/tutorial/config/waterfallProjectManage.php b/module/tutorial/config/waterfallProjectManage.php index 3f7a9ed6a7..1c0de80fec 100644 --- a/module/tutorial/config/waterfallProjectManage.php +++ b/module/tutorial/config/waterfallProjectManage.php @@ -200,7 +200,7 @@ $waterfallProjectManage->basic->tasks['manageTask']['steps'][] = array( $waterfallProjectManage->basic->tasks['manageTask']['steps'][] = array( 'type' => 'form', - 'target' => '#taskBatchCreateForm', + 'target' => '#taskBatchCreateForm form .form-batch-container', 'app' => 'execution', 'page' => 'task-batchcreate', 'title' => $lang->tutorial->waterfallProjectManage->manageTask->step4->name,