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

Remove unused legacy menus.py file

parent eeea7d40
No related branches found
No related tags found
1 merge request!21Resolve "Adapt for SPA operation"
Pipeline #110931 failed
...@@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file. ...@@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_, The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_. and this project adheres to `Semantic Versioning`_.
Breaking changes
----------------
Removed
~~~~~~~
* Remove legacy menu entries.
Unreleased Unreleased
---------- ----------
......
from django.utils.translation import gettext_lazy as _
MENUS = {
"NAV_MENU_CORE": [
{
"name": _("Seating plans"),
"url": "seating_plans",
"svg_icon": "mdi:view-list-outline",
"validators": [
(
"aleksis.core.util.predicates.permission_validator",
"stoelindeling.view_seatingplans_rule",
),
],
},
]
}
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