Merge branch 'devops21_zhangzilong_19255' into 'master'
* Code for bug #19255. See merge request easycorp/zentaopms!1791
This commit is contained in:
@@ -2228,6 +2228,6 @@ class bug extends control
|
||||
{
|
||||
$project = $this->loadModel('project')->getByID($projectID);
|
||||
if($project->model == 'kanban') return print($this->lang->bug->kanban);
|
||||
if($project->model != 'kanban') return print($this->lang->bug->execution);
|
||||
return print($this->lang->bug->execution);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user