diff --git a/module/tutorial/config/waterfallProjectManage.php b/module/tutorial/config/waterfallProjectManage.php index 9f37575494..0ab4757daf 100644 --- a/module/tutorial/config/waterfallProjectManage.php +++ b/module/tutorial/config/waterfallProjectManage.php @@ -807,7 +807,7 @@ if(in_array($config->edition, array('max', 'ipd'))) $waterfallProjectManage->advance->tasks['review']['steps'][] = array( 'type' => 'click', - 'target' => 'div[data-row="1"] a.review-submit-btn', + 'target' => 'div[data-row="1"] a.review-toaudit-btn', 'page' => 'review-browse', 'url' => array('review', 'browse', 'projectID=2'), 'title' => $lang->tutorial->waterfallProjectManage->review->step6->name, diff --git a/module/tutorial/model.php b/module/tutorial/model.php index f1477da098..26a882cf63 100644 --- a/module/tutorial/model.php +++ b/module/tutorial/model.php @@ -1503,7 +1503,7 @@ class tutorialModel extends model $review->template = 0; $review->doc = 0; $review->docVersion = 0; - $review->status = 'draft'; + $review->status = 'pass'; $review->reviewedBy = ''; $review->auditedBy = ''; $review->createdBy = '';