Skip to content
Snippets Groups Projects
Verified Commit 2fc60c1c authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Add permission to main menu item

parent 95a7b634
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,13 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.
Unreleased
----------
Fixed
~~~~~
* Menu item 'Documents' was always shown.
`0.1`_
------
......
......@@ -3,6 +3,7 @@ export default {
inMenu: true,
titleKey: "kort.menu_title",
icon: "mdi-card-account-details-outline",
permission: "kort.view_menu_rule",
},
children: [
{
......@@ -15,7 +16,6 @@ export default {
icon: "mdi-card-multiple-outline",
permission: "kort.view_cards_rule",
},
props: {
byTheGreatnessOfTheAlmightyAleksolotlISwearIAmWorthyOfUsingTheLegacyBaseTemplate: true,
},
......
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