diff --git a/module/execution/view/kanban.html.php b/module/execution/view/kanban.html.php index f3369925a6..fcfc047519 100644 --- a/module/execution/view/kanban.html.php +++ b/module/execution/view/kanban.html.php @@ -49,7 +49,7 @@ js::set('colorList', $this->config->kanban->cardColorList); js::set('projectID', $projectID); js::set('vision', $this->config->vision); js::set('productCount', count($allProducts)); -js::set('executionID',$execution->id); +js::set('executionID', $execution->id); $canSortRegion = commonModel::hasPriv('kanban', 'sortRegion') && count($regions) > 1; $canEditRegion = commonModel::hasPriv('kanban', 'editRegion'); @@ -176,6 +176,7 @@ js::set('hasTaskButton', $hasTaskButton); { echo '