diff --git a/extension/lite/kanban/ext/model/lite.php b/extension/lite/kanban/ext/model/lite.php index 3406eb1c33..753502f3f7 100644 --- a/extension/lite/kanban/ext/model/lite.php +++ b/extension/lite/kanban/ext/model/lite.php @@ -5,6 +5,16 @@ public function __construct($appName = '') if($this->app->getModuleName() == 'kanban') $this->lang->kanban->menu = new stdclass(); } +/** + * Get kanban group by execution id. + * + * @param int $executionID + * @param int $browseType + * @param int $groupBy + * @param string $searchValue + * @access public + * @return array + */ public function getKanban4Group($executionID, $browseType, $groupBy, $searchValue = '') { /* Get card data. */ @@ -132,6 +142,7 @@ public function getKanban4Group($executionID, $browseType, $groupBy, $searchValu * @param int $kanbanID * @param string $browseType all|task|bug|story * @param string $orderBy + * @param string $searchValue * @access public * @return array */ diff --git a/extension/lite/task/ext/view/create.html.php b/extension/lite/task/ext/view/create.html.php index f63754c67d..4ca65ab4ad 100644 --- a/extension/lite/task/ext/view/create.html.php +++ b/extension/lite/task/ext/view/create.html.php @@ -101,7 +101,7 @@