Skip to content
Snippets Groups Projects
Commit 9b6e2c38 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'master' into '853-language-select-is-sometimes-not-shown-due-to-overlengh-in-sidenav'

# Conflicts:
#   CHANGELOG.rst
parents c6637b01 83f425bd
No related branches found
No related tags found
1 merge request!1247Resolve "Language select is sometimes not shown due to overlengh in sidenav"
Pipeline #129184 canceled
......@@ -13,6 +13,7 @@ Fixed
~~~~~
* In some cases, some items in the sidenav menu were not shown due to its height being higher than the visible page area.
* Add permission check to accept invitation menu point in order to hide it when this feature is disabled.
`3.0`_ - 2022-05-11
-------------------
......
......@@ -54,6 +54,7 @@ const routes = [
icon: "mdi-key-outline",
titleKey: "accounts.invitation.accept_invitation.menu_title",
validators: [notLoggedInValidator],
permission: "core.invite_enabled",
},
},
{
......@@ -956,14 +957,6 @@ const routes = [
invalidate: "leave",
},
},
{
path: "/invitations/code/enter",
component: () => import("./components/LegacyBaseTemplate.vue"),
props: {
byTheGreatnessOfTheAlmightyAleksolotlISwearIAmWorthyOfUsingTheLegacyBaseTemplate: true,
},
name: "core.enter_invitation_code",
},
{
path: "/invitations/code/generate",
component: () => import("./components/LegacyBaseTemplate.vue"),
......
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