changes to the autorisation system for the page autorisation to have a continued line of page authentification and no discrepencies in the Software it self

This commit is contained in:
2026-07-30 23:34:06 +02:00
parent 8176cea8fe
commit 3e5e243ddf
+1 -1
View File
@@ -1823,7 +1823,7 @@
{ label: 'Orte verwalten', keywords: ['orte verwalten', 'orte', 'location'], url: {{ url_for('manage_locations')|tojson }} },
{% endif %}
{% if current_permissions.pages.get('admin_school_settings', False) %}
{% if current_permissions.actions.get('can_manage_settings', False) %}
{ label: 'Schulstammdaten', keywords: ['schule', 'settings', 'stammdaten', 'school settings'], url: {{ url_for('admin_school_settings')|tojson }} },
{% endif %}