* Fix menu when creating project.

This commit is contained in:
zhujinyong
2021-03-17 12:13:12 +08:00
parent 437bc83592
commit 9268d6eba3
3 changed files with 13 additions and 0 deletions
+6
View File
@@ -293,6 +293,12 @@ class project extends control
}
}
if($programID)
{
$this->lang->program->switcherMenu = $this->loadModel('program')->getSwitcher($programID, true);
commonModel::setAppObjectID('program', $programID);
}
$this->lang->noMenuModule[] = 'project';
$name = '';