From daf34ee3a3fbb7ebb3a41b83efb740b9b793c55a Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Mon, 27 Mar 2023 17:02:14 +0800 Subject: [PATCH] * Finish task #89134. --- module/kanban/control.php | 1 + module/kanban/view/importexecution.html.php | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/module/kanban/control.php b/module/kanban/control.php index b46dd8cec0..2db3be55cf 100644 --- a/module/kanban/control.php +++ b/module/kanban/control.php @@ -1374,6 +1374,7 @@ class kanban extends control $this->loadModel('project'); $this->loadModel('execution'); + $this->loadModel('programplan'); /* Load pager. */ $this->app->loadClass('pager', $static = true); diff --git a/module/kanban/view/importexecution.html.php b/module/kanban/view/importexecution.html.php index 61894ae367..d643868bf6 100644 --- a/module/kanban/view/importexecution.html.php +++ b/module/kanban/view/importexecution.html.php @@ -62,8 +62,12 @@ id);?> + type == 'stage') $isClickable = $this->programplan->checkLeafStage($execution->id) ? true : false; + ?> - name;?> + >name;?> name;?>