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'
}
+3 -3
View File
@@ -2420,9 +2420,9 @@ document.addEventListener('DOMContentLoaded', ()=>{
<div id="table-view-header" class="table-view-header" aria-hidden="true">
<span>Name</span>
<span>Ort</span>
<span>Unterrichtsfach</span>
<span>Jahrgangsstufe</span>
<span>Schlagwort</span>
<span>{{ filter_names.get('2', 'Fach') }}</span>
<span>{{ filter_names.get('1', 'Jahrgangsstufe') }}</span>
<span>{{ filter_names.get('3', 'Schlagwort') }}</span>
<span>Barcode</span>
<span>Anzahl</span>
</div>