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

Remove unused menus.py file

parent 6c343eab
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,10 @@ Fixed
* Exam import failed sometimes when data provided through Untis were incomplete.
* Importer now automatically fixes intersections of terms with previous terms.
Removed
~~~~~~~
* Remove remaining data management menu entry.
`2.3.2`_ - 2022-09-01
---------------------
......
from django.utils.translation import gettext_lazy as _
MENUS = {
"DATA_MANAGEMENT_MENU": [
{
"name": _("Link subjects to groups (for Untis MySQL import)"),
"url": "untis_groups_subjects",
"validators": [
(
"aleksis.core.util.predicates.permission_validator",
"untis.assign_subjects_to_groups_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