diff --git a/module/execution/model.php b/module/execution/model.php index 3a206b53ab..f9c191215c 100644 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -448,7 +448,7 @@ class executionModel extends model } $products = array_filter($this->post->products); - if($oldExecution->type == 'stage' and empty($products)) + if($oldExecution->type == 'stage'|| $oldExecution->type == 'sprint' and empty($products)) { dao::$errors['message'][] = $this->lang->execution->noLinkProduct; return false;