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,