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:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user