diff --git a/module/action/model.php b/module/action/model.php index 20778d1b2f..ae8211fbd8 100755 --- a/module/action/model.php +++ b/module/action/model.php @@ -862,7 +862,7 @@ class actionModel extends model /* Get actions. */ $actions = $this->dao->select('*')->from(TABLE_ACTION) - ->where(1) + ->where('objectType')->notIN('kanbanregion,kanbanlane,kanbancolumn') ->beginIF($period != 'all')->andWhere('date')->gt($begin)->fi() ->beginIF($period != 'all')->andWhere('date')->lt($end)->fi() ->beginIF($date)->andWhere('date' . ($direction == 'next' ? '<' : '>') . "'{$date}'")->fi() diff --git a/module/execution/view/kanban.html.php b/module/execution/view/kanban.html.php index 8799bdd2ce..24200cdb58 100644 --- a/module/execution/view/kanban.html.php +++ b/module/execution/view/kanban.html.php @@ -102,7 +102,7 @@ js::set('hasTaskButton', $hasTaskButton); $actions .= html::a('javascript:;', "" . $lang->kanban->setting, '', "data-toggle='dropdown' class='btn btn-link'"); $actions .= "