diff --git a/module/bug/control.php b/module/bug/control.php index 78f76cf432..142fd93027 100644 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -676,7 +676,7 @@ class bug extends control { $kanbanData = $this->loadModel('kanban')->getRDKanban($executionID, $this->session->execLaneType ? $this->session->execLaneType : 'all'); $kanbanData = json_encode($kanbanData); - return print(js::reload('parent.parent')); + return print(js::closeModal('parent.parent', '', "parent.parent.updateKanban($kanbanData)")); } else { diff --git a/module/execution/view/kanban.html.php b/module/execution/view/kanban.html.php index 9aaa1519b1..0bb56f3009 100644 --- a/module/execution/view/kanban.html.php +++ b/module/execution/view/kanban.html.php @@ -245,7 +245,7 @@ js::set('hasTaskButton', $hasTaskButton); diff --git a/module/execution/view/taskkanban.html.php b/module/execution/view/taskkanban.html.php index 95895e118f..da27ef926f 100644 --- a/module/execution/view/taskkanban.html.php +++ b/module/execution/view/taskkanban.html.php @@ -148,7 +148,7 @@