-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Renaming Exported Download File is not working #160
Comments
Hi, I am an outreachy applicant. |
Sorry for the delay, @Kirti2502. Please go ahead if you're still interested! |
Sure. I have understood the problem but am trying to figure out how to approach it, it would be a great help if I could get some guidance. |
I'm not too familiar with this codebase, so I can't point you to the correct file. Perhaps if you trace the uses of this class (https://github.com/intermine/im-tables/blob/b2c60690511981a4fed68fbb9848a14a2cecff07/src/models/export-formats.coffee) you might find where the input box for the filename is (which defaults to Once you find the correct files to edit, this can be simple to difficult depending on how it's implemented. I'm not familiar with Backbone.JS (the framework this project uses) so you might have to reference their documentation. |
if this issue is not fixed can I work on this issue ? |
From Marc Perry:
"I just imported a custom list of human gene names and saved it in MyLists. Then I added some really useful columns and clicked on the Export button. The little popup suggested the name 'results.tsv' as the "Save as" but it looked editable, so I went for it, and gave it a convenient and highly informative custom name. Then I clicked on the Download button that had a little cloud on it. File was saved to my localhost as 'results.tsv.'"
This is because you need to specify the filename in the second save-as window rather than the export window.
The text was updated successfully, but these errors were encountered: