mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
QR code generator: Lift permission requirement
This commit is contained in:
@@ -1527,7 +1527,7 @@ class QuickSetupView(FormView):
|
||||
|
||||
|
||||
class EventQRCode(EventPermissionRequiredMixin, View):
|
||||
permission = 'can_change_event_settings'
|
||||
permission = None
|
||||
|
||||
def get(self, request, *args, filetype, **kwargs):
|
||||
url = build_absolute_uri(request.event, 'presale:event.index')
|
||||
|
||||
Reference in New Issue
Block a user