diff --git a/module/execution/control.php b/module/execution/control.php index 4f7955c04a..9a118778d1 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -41,7 +41,7 @@ class execution extends control $this->loadModel('project'); $this->executions = $this->execution->getPairs(0, 'all', 'nocode'); - if(!in_array($this->methodName, array('computeburn', 'ajaxgetdropmenu')) and $this->app->openApp == 'execution') + if(!in_array($this->methodName, array('computeburn', 'ajaxgetdropmenu', 'executionkanban')) and $this->app->openApp == 'execution') { if(!$this->executions and $this->methodName != 'index' and $this->methodName != 'create' and $this->app->getViewType() != 'mhtml') $this->locate($this->createLink('execution', 'create')); } diff --git a/module/execution/view/executionkanban.html.php b/module/execution/view/executionkanban.html.php index 5976288e21..ad47b74d4d 100644 --- a/module/execution/view/executionkanban.html.php +++ b/module/execution/view/executionkanban.html.php @@ -10,6 +10,13 @@ ?>
+ +
+

+ execution->noExecutions;?> +

+
+ @@ -77,6 +84,7 @@
+