Opened 2 years ago

Last modified 2 years ago

#33812 closed Bug

Django action button hangs at Executing state — at Initial Version

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

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)

https://pasteboard.co/XIV6wQujG6pC.png

Change History (1)

by Bug Maker, 2 years ago

Attachment: Capture.PNG added
Note: See TracTickets for help on using tickets.
Back to Top