Merge branch 'QA_5_2'
[ci skip] Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
commit
10d09f4876
@ -820,7 +820,7 @@ Navigation.showCurrent = function () {
|
||||
function loadAndHighlightTableOrView ($dbItem, itemName) {
|
||||
var $container = $dbItem.children('div.list_container');
|
||||
var $expander;
|
||||
var $whichItem = isItemInContainer($container, itemName, 'li.table, li.view');
|
||||
var $whichItem = isItemInContainer($container, itemName, 'li.nav_node_table, li.view');
|
||||
// If item already there in some container
|
||||
if ($whichItem) {
|
||||
// get the relevant container while may also be a subcontainer
|
||||
|
||||
@ -66,7 +66,7 @@ class NodeTable extends NodeDatabaseChild
|
||||
],
|
||||
'title' => $this->title,
|
||||
];
|
||||
$this->classes = 'table';
|
||||
$this->classes = 'nav_node_table';
|
||||
$this->urlParamName = 'table';
|
||||
}
|
||||
|
||||
|
||||
@ -145,7 +145,7 @@
|
||||
vertical-align: sub;
|
||||
}
|
||||
|
||||
li.table {
|
||||
li.nav_node_table {
|
||||
background-color: #0000;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user