Correction of the implementation of the Filter_names in the manage_filters.html.
Release Inventarsystem / release-docker (push) Successful in 2m14s

This commit is contained in:
2026-08-24 16:42:15 +02:00
parent ee25c46ff3
commit 8ce74d3e62
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -912,7 +912,7 @@ def get_filter_names():
return names_doc['names']
return {
'1': 'Jahrgangsstufe',
'2': 'Fach',
'2': 'Fachgebiet',
'3': 'Schlagwort'
}