From 6837b794490c4b4262cd56c06e01754224caeeec Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 2 Jun 2022 10:51:32 +0800 Subject: [PATCH] * Fixed editing RD Kanban error. --- module/execution/view/edit.html.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/module/execution/view/edit.html.php b/module/execution/view/edit.html.php index 1927c31f9d..0e7c0ffa9c 100644 --- a/module/execution/view/edit.html.php +++ b/module/execution/view/edit.html.php @@ -25,11 +25,15 @@
- systemMode == 'new' and isset($project) and $project->model == 'scrum'):?> + systemMode == 'new' and isset($project)):?> + model == 'scrum'):?> + model == 'kanban'):?> + id);?> +
execution->projectName;?> project, "class='form-control chosen' onchange='changeProject(this.value)' required");?>
execution->name;?>