mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Order import: Fix redirect after import
This commit is contained in:
@@ -136,6 +136,8 @@ class ProcessView(EventPermissionRequiredMixin, AsyncAction, FormView):
|
|||||||
})
|
})
|
||||||
|
|
||||||
def dispatch(self, request, *args, **kwargs):
|
def dispatch(self, request, *args, **kwargs):
|
||||||
|
if 'async_id' in request.GET and settings.HAS_CELERY:
|
||||||
|
return self.get_result(request)
|
||||||
if not self.parsed:
|
if not self.parsed:
|
||||||
messages.error(request, _('We\'ve been unable to parse the uploaded file as a CSV file.'))
|
messages.error(request, _('We\'ve been unable to parse the uploaded file as a CSV file.'))
|
||||||
return redirect(reverse('control:event.orders.import', kwargs={
|
return redirect(reverse('control:event.orders.import', kwargs={
|
||||||
|
|||||||
Reference in New Issue
Block a user