Correction of the filter naming in the upload_admin.html and edit_library.html
Release Inventarsystem / release-docker (push) Successful in 2m15s

This commit is contained in:
2026-08-24 17:16:59 +02:00
parent 06318d0d2d
commit a5954ce8cb
+3
View File
@@ -7011,12 +7011,15 @@ def item_edit(id):
current_item['IndividualCodes'] = '\n'.join(individual_codes)
filter_names = it.get_filter_names()
return render_template(
'edit_library.html',
username=session['username'],
item=current_item,
show_library_features=show_library_features,
library_module_enabled=library_module_active,
filter_names=filter_names,
page_title=f"Bearbeiten: {current_item.get('Name', '')}"
)