* code for kanban menu.

This commit is contained in:
王怡栋
2022-03-08 13:28:48 +08:00
parent 34e744bb23
commit 1e8e9d5a45

View File

@@ -2,7 +2,7 @@
public function __construct($appName = '')
{
parent::__construct($appName);
$this->lang->kanban->menu = new stdclass();
if($this->app->getModuleName() == 'kanban') $this->lang->kanban->menu = new stdclass();
}
public function getKanban4Group($executionID, $browseType, $groupBy)