From 5ecaa57043a7713a6a3d95af112c08ed86cc8a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E6=B7=91=E6=9D=B0?= Date: Thu, 5 Jan 2023 10:13:34 +0800 Subject: [PATCH] * Fix bug #31470. --- module/block/view/scrumlistblock.html.php | 2 +- module/tutorial/model.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/module/block/view/scrumlistblock.html.php b/module/block/view/scrumlistblock.html.php index 0de3df6fd1..24f3d9c44a 100644 --- a/module/block/view/scrumlistblock.html.php +++ b/module/block/view/scrumlistblock.html.php @@ -52,7 +52,7 @@ delay)):?> execution->delayed;?> - processStatus('project', $execution);?> + processStatus('execution', $execution);?> diff --git a/module/tutorial/model.php b/module/tutorial/model.php index c03b2afd4d..41f2bc8358 100644 --- a/module/tutorial/model.php +++ b/module/tutorial/model.php @@ -167,6 +167,7 @@ class tutorialModel extends model $project->fluidBoard = 0; $project->deleted = '0'; $project->hasProduct = ''; + $project->multiple = ''; return $project; }