Correction of the table library view
Release Inventarsystem / release-docker (push) Successful in 2m14s

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