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;?>