From 03ff1ab5b0acf93d6ea21d0f285e0d07bb2b6c1f Mon Sep 17 00:00:00 2001 From: daitingting Date: Mon, 7 Nov 2022 08:54:16 +0000 Subject: [PATCH] * Fix bug for task #74859. --- module/custom/control.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/module/custom/control.php b/module/custom/control.php index 538d468966..aa2d7a161c 100644 --- a/module/custom/control.php +++ b/module/custom/control.php @@ -654,6 +654,10 @@ class custom extends control { $disabledFeatures['scrum'][] = $feature; } + elseif($feature == 'waterfall') + { + $disabledFeatures[] = 'project' . ucfirst($feature); + } else { $disabledFeatures[] = $feature;