* Finish task #76491.
This commit is contained in:
@@ -64,6 +64,7 @@ class executionModel extends model
|
||||
public function setMenu($executionID, $buildID = 0, $extra = '')
|
||||
{
|
||||
$execution = $this->getByID($executionID);
|
||||
if(!$execution) return;
|
||||
|
||||
if($execution->type == 'stage') unset($this->lang->execution->menu->settings['subMenu']->products);
|
||||
|
||||
|
||||
@@ -13,4 +13,3 @@
|
||||
.linkStoryTr > td {padding-left: 0px !important;}
|
||||
.removeButton {margin-left: -10px;}
|
||||
.resolution {white-space: nowrap; overflow: hidden;}
|
||||
.body-modal #mainMenu+#mainContent.main-row {padding: 0px 10px 0;}
|
||||
|
||||
Reference in New Issue
Block a user