* Delete ->navGroup->report.

This commit is contained in:
leiyong
2021-02-07 15:55:42 +08:00
parent 7f988a7678
commit 600adeffa3
8 changed files with 1 additions and 8 deletions
-1
View File
@@ -1619,7 +1619,6 @@ class project extends control
public function view($executionID)
{
$execution = $this->project->getById($executionID, true);
if(empty($execution) || strpos('stage,sprint', $execution->type) === false) die(js::error($this->lang->notFound) . js::locate('back'));
$this->app->loadLang('program');