Skip to content
Snippets Groups Projects
Commit a359e024 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Check if user has person when displaying alsijil parent menu

parent 6c429dbb
No related branches found
No related tags found
1 merge request!316Draft: Resolve "Adjust for operation with new SPA"
Pipeline #108518 failed
import { notLoggedInValidator, hasPersonValidator } from "aleksis.core/routeValidators";
export default export default
{ {
meta: { meta: {
inMenu: true, inMenu: true,
titleKey: "alsijil.menu_title", titleKey: "alsijil.menu_title",
icon: "mdi-account-group-outline", icon: "mdi-account-group-outline",
validators: [
hasPersonValidator
]
}, },
children: [ children: [
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment