From 92f4d32a682303ff982ec8a8f4b4b204675da064 Mon Sep 17 00:00:00 2001 From: zhangzilong Date: Wed, 2 Mar 2022 10:57:48 +0800 Subject: [PATCH] * Finish task #49297. --- module/bug/control.php | 2 +- module/execution/view/kanban.html.php | 2 +- module/execution/view/taskkanban.html.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 @@