Opened 11 years ago
Closed 11 years ago
#7963 closed defect (fixed)
Downloading multiple worksheets does not work
Reported by: | jason | Owned by: | was |
---|---|---|---|
Priority: | major | Milestone: | sage-4.3.2 |
Component: | notebook | Keywords: | |
Cc: | timdumol, jason | Merged in: | sagenb-0.7 |
Authors: | Mitesh Patel | Reviewers: | Alex Leone |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
I do the following:
- Start the notebook with
notebook()
- click the checkboxes next to a few worksheets
- hit the "Download" button
and I get an error:
The resource /download_worksheets?filenames=admin/77___S_A_G_E___admin/76___S_A_G_E___admin/75___S_A_G_E___&sep=___S_A_G_E___ cannot be found.
Attachments (1)
Change History (8)
comment:1 Changed 11 years ago by
- Description modified (diff)
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
- Cc jason added
- Status changed from new to needs_review
This adds what mpatel suggested.
comment:4 Changed 11 years ago by
Thanks for making a patch! It works for me, but I'm not sure I should review this by myself.
comment:5 Changed 11 years ago by
- Reviewers set to Alex Leone
- Status changed from needs_review to positive_review
LGTM.
comment:6 Changed 11 years ago by
- Milestone set to sage-4.3.2
comment:7 Changed 11 years ago by
- Merged in set to sagenb-0.7
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
I think this is a matter of
sagenb/data/sage/js/notebook_lib.js
?filenames=" +but I haven't posted a patch, since #7908 and some of its dependencies make a lot of changes to
notebook_lib.js
.