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

Merge branch '382-public-dashboard-navigation' into 'master'

List public dashboard in navigation

Closes #382

See merge request !662
parents 90312592 70e9fa9c
No related branches found
No related tags found
1 merge request!662List public dashboard in navigation
Pipeline #17369 canceled
......@@ -15,6 +15,7 @@ Changed
* Add verbose names for all preference sections.
* Add verbose names for all openid connect scopes and show them in grant
view.
* Include public dashboard in navigation
Fixed
~~~~~
......
......@@ -24,7 +24,9 @@ MENUS = {
"name": _("Dashboard"),
"url": "index",
"icon": "home",
"validators": ["menu_generator.validators.is_authenticated"],
"validators": [
("aleksis.core.util.predicates.permission_validator", "core.view_dashboard_rule")
],
},
{
"name": _("Notifications"),
......
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