From 35fd254797f1ba35ce4df37d1dcd7f3cbdca4750 Mon Sep 17 00:00:00 2001 From: lanzongjun Date: Fri, 18 Nov 2022 14:57:52 +0800 Subject: [PATCH] * Fix bug create execution --- module/execution/view/create.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/view/create.html.php b/module/execution/view/create.html.php index eea845b2be..468a57bf4e 100644 --- a/module/execution/view/create.html.php +++ b/module/execution/view/create.html.php @@ -150,7 +150,7 @@ - model == 'scrum' or empty($products)):?> + model) and $project->model == 'scrum') or empty($products)):?>