* Finish task #73241.
This commit is contained in:
@@ -64,6 +64,9 @@ class executionModel extends model
|
||||
public function setMenu($executionID, $buildID = 0, $extra = '')
|
||||
{
|
||||
$execution = $this->getByID($executionID);
|
||||
|
||||
if($execution->type == 'stage') unset($this->lang->execution->menu->settings['subMenu']->products);
|
||||
|
||||
if($execution and $execution->type == 'kanban')
|
||||
{
|
||||
global $lang;
|
||||
|
||||
Reference in New Issue
Block a user