mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Always show Organizers and Events menu entries for staff (#6011)
This commit is contained in:
@@ -363,7 +363,7 @@ def get_global_navigation(request):
|
||||
'icon': 'dashboard',
|
||||
},
|
||||
]
|
||||
if request.user.is_in_any_teams:
|
||||
if request.user.is_in_any_teams or request.user.is_staff:
|
||||
nav += [
|
||||
{
|
||||
'label': _('Events'),
|
||||
|
||||
Reference in New Issue
Block a user