* Fix bug #27665 and hidden product menu.

This commit is contained in:
liuruogu
2022-09-21 06:38:47 +00:00
parent bb90c3bdcd
commit 3d64493a75
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -120,6 +120,8 @@ class executionModel extends model
$this->cookie->executionMode = 'all';
}
if(empty($execution->hasProduct)) unset($this->lang->execution->menu->settings['subMenu']->products);
$this->lang->switcherMenu = $this->getSwitcher($executionID, $this->app->rawModule, $this->app->rawMethod);
common::setMenuVars('execution', $executionID);
}