Merge branch 'QA_5_2'

[ci skip]

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2022-02-03 18:11:54 -03:00
commit 10d09f4876
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -66,7 +66,7 @@ class NodeTable extends NodeDatabaseChild
],
'title' => $this->title,
];
$this->classes = 'table';
$this->classes = 'nav_node_table';
$this->urlParamName = 'table';
}

View File

@ -145,7 +145,7 @@
vertical-align: sub;
}
li.table {
li.nav_node_table {
background-color: #0000;
}
}