From 7d660348c61e4d725a3a372471fbec6c1768cb4c Mon Sep 17 00:00:00 2001 From: Yagami Date: Thu, 5 Jan 2023 14:50:49 +0800 Subject: [PATCH] * Code for code error. --- module/tutorial/model.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/module/tutorial/model.php b/module/tutorial/model.php index d2b0a8b723..83912ef697 100644 --- a/module/tutorial/model.php +++ b/module/tutorial/model.php @@ -225,6 +225,9 @@ class tutorialModel extends model $execution->teamCount = count($execution->teamMembers); $execution->hasProduct = ''; $execution->multiple = ''; + $execution->order = 1; + $execution->burns = array(''); + $execution->type = 'sprint'; if($browseType and $browseType != 'all') $execution->name .= '-' . $browseType; // Fix bug #21096