* Load the language item of the bug.

This commit is contained in:
tianshujie
2021-09-03 13:24:30 +08:00
parent 179216b0c3
commit 6da546e2a4

View File

@@ -1738,7 +1738,8 @@ class block extends control
$this->app->loadLang('execution');
}
if($objectType == 'risk') $this->app->loadLang('risk');
if($objectType == 'bug') $this->app->loadLang('bug');
if($objectType == 'risk') $this->app->loadLang('risk');
if($objectType == 'issue') $this->app->loadLang('issue');
$count[$objectType] = count($objects);