Opened 2 years ago
Closed 2 years ago
#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 )
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)
Change History (4)
by , 2 years ago
Attachment: | Capture.PNG added |
---|
comment:1 by , 2 years ago
Description: | modified (diff) |
---|
comment:2 by , 2 years ago
Component: | Uncategorized → contrib.admin |
---|
comment:3 by , 2 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.