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

Merge branch '62-adapt-for-spa' into 'master'

Resolve "Adapt for SPA"

Closes #62

See merge request !164
parents 6c343eab 7f8966ee
No related branches found
No related tags found
1 merge request!164Resolve "Adapt for SPA"
Pipeline #112084 failed
......@@ -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",
),
],
},
]
}
......@@ -29,9 +29,9 @@ copyright = "2018-2022 The AlekSIS team"
author = "The AlekSIS Team"
# The short X.Y version
version = "2.3"
version = "3.0"
# The full version, including alpha/beta/rc tags
release = "2.3.3.dev0"
release = "3.0.dev0"
# -- General configuration ---------------------------------------------------
......
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