* Fix bug.

This commit is contained in:
孙广明
2022-01-19 09:00:07 +08:00
parent 7299915e89
commit 66a5f99982
+2
View File
@@ -1965,6 +1965,8 @@ class execution extends control
*/
public function kanban($executionID, $browseType = 'all', $orderBy = 'id_asc', $groupBy = 'default')
{
$this->app->loadLang('bug');
$this->app->loadLang('story');
if(empty($groupBy)) $groupBy = 'default';
$this->lang->execution->menu = new stdclass();