#7897 - Merge master into test #668

Merged
carlosap merged 21 commits from master into test 2024-09-04 14:28:55 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 136f9abeff - Show all commits

View File

@ -61,7 +61,7 @@ function addChildren(module, route, parent) {
const matches = findMatches(mainMenus, route); const matches = findMatches(mainMenus, route);
for (const child of matches) { for (const child of matches) {
if (!child.meta.hidden) navigation.addMenuItem(module, child, parent); navigation.addMenuItem(module, child, parent);
} }
} }
} }