#33812 closed Bug (invalid)

Django action button hangs at Executing state

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)

Attachments (1)

Capture.PNG (6.8 KB ) - added by Bug Maker 22 months ago.

Download all attachments as: .zip

Change History (4)

by Bug Maker, 22 months ago

Attachment: Capture.PNG added

comment:1 by Bug Maker, 22 months ago

Description: modified (diff)

comment:2 by Bug Maker, 22 months ago

Component: Uncategorizedcontrib.admin

comment:3 by Bug Maker, 22 months ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top