fix: ignore subgroups without link when checking for permission (#10690)
This commit is contained in:
@@ -116,6 +116,15 @@ export default {
|
||||
{
|
||||
path: getPortalRoute(),
|
||||
component: HelpCenterPageRouteView,
|
||||
redirect: to => {
|
||||
return {
|
||||
name: 'portals_index',
|
||||
params: {
|
||||
navigationPath: 'portals_articles_index',
|
||||
...to.params,
|
||||
},
|
||||
};
|
||||
},
|
||||
children: [...portalRoutes],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user