Default Filternames Changes for the main_admin.html
Release Inventarsystem / release-docker (push) Successful in 2m14s

This commit is contained in:
2026-08-24 16:08:24 +02:00
parent 6770d42f99
commit 4449007a15
4 changed files with 10 additions and 7 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': 'Klasse',
'1': 'Klassenstufe',
'2': 'Fach',
'3': 'Schlagwort'
}