Opened 2 years ago
Closed 2 years ago
#9178 closed defect (fixed)
Accepting a new Toolshed bundle appears to hang with circling arrows icon
Reported by: | Tom Goddard | Owned by: | Greg Couch |
---|---|---|---|
Priority: | moderate | Milestone: | 1.7 |
Component: | Tool Shed | Version: | |
Keywords: | Cc: | pett | |
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
I logged in to the Toolshed and accepted a newly submitted bundle PICKLUSTER and the web page showed a circling arrows icon suggesting it is processing that was still going after 20 minutes.
Eric reports that he has seen this too.
Begin forwarded message: From: Eric Pettersen Subject: Re: Bundle Submitted to ChimeraX Toolshed cxtoolshed.rbvi.ucsf.edu Date: June 13, 2023 at 1:47:10 PM PDT To: Tom Goddard Cc: Greg Couch I have noticed this every time recently when submitting updates to my own bundles. It needs to be fixed. Nonetheless, I think that despite what that page is showing you, the corresponding action worked (and my submissions worked) -- the PICKLUSTER bundle is listed on the Toolshed. --Eric
Change History (2)
comment:1 by , 2 years ago
Milestone: | → 1.7 |
---|
comment:2 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Bug was due to incomplete switch to Django 4. Replaced is_ajax()
with request.accepts('application/json')
.
Note:
See TracTickets
for help on using tickets.
When I tested just now, it happens when clicking the Save button when editing release notes for the new bundle, not when submitting the bundle per se. Happens in both Firefox and Safari.