Opened 2 years ago

Last modified 2 years ago

#33812 closed Bug

Django action button hangs at Executing state — at Version 1

Reported by: Bug Maker Owned by: nobody
Component: contrib.admin Version: 2.2
Severity: Normal Keywords: action, button, admin
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Bug Maker)

Hi people,

I'm using Django 2.2.17 and have a dropdown of actions in admin list view. When choosing exporting function then click Go, the file is downloaded but the button hangs at Executing..., cannot click again

My export function use HttpResponse to return excel file (use xlsxwriter lib)

Change History (2)

by Bug Maker, 2 years ago

Attachment: Capture.PNG added

comment:1 by Bug Maker, 2 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top