* code for task #79279.

This commit is contained in:
wangyidong
2022-12-09 16:54:17 +08:00
parent 240111bc70
commit 81d3403a20
3 changed files with 9 additions and 2 deletions

View File

@@ -283,6 +283,8 @@ class build extends control
foreach($stages as $storyID => $stage) $stories[$storyID]->stage = $stage;
/* Set menu. */
$objectType = 'execution';
$objectID = $build->execution;
if($this->app->tab == 'project')
{
$this->loadModel('project')->setMenu($build->project);