Skip to content
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

download images as zip + CSS fixes #76

Merged
merged 3 commits into from
Dec 3, 2019

Conversation

will-moore
Copy link
Member

@will-moore will-moore commented Nov 15, 2019

When this is working it will fix #72

See test at ome/openmicroscopy#6179

To test:

  • Select multiple images
  • Download menu -> PNG
  • In dialog, choose zip to download -> should download, unzip to get PNG images

Test was previously failing at https://py3-ci.openmicroscopy.org/jenkins/job/OMERO-test-integration/lastCompletedBuild/testReport/OmeroWeb.test.integration.test_download/TestDownloadAsPng/test_download_images_as_zip/

but should now be passing

This still results in a zip file of 0 size
@will-moore will-moore changed the title Try to fix download images as zip fix download images as zip Nov 15, 2019
@will-moore will-moore changed the title fix download images as zip Try to fix download images as zip Nov 15, 2019
@will-moore will-moore changed the title Try to fix download images as zip download images as zip Nov 21, 2019
@pwalczysko
Copy link
Member

Fails on today's py3-ci with

Cannot download file (id:None). Traceback (most recent call last): File "/home/omero/workspace/OMERO-web/OMERO.web/lib/python/omeroweb/webgateway/views.py", line 2413, in download_as pilImg.save(imgPathName) AttributeError: 'NoneType' object has no attribute 'save' 

@will-moore
Copy link
Member Author

Apologies: I think the build failure this morning meant that this wasn't deployed. Seems to be working now. I'll list again tomorrow...

@joshmoore joshmoore added this to In progress in OMERO.server 5.6.0 (Python 3) via automation Nov 27, 2019
@mtbc
Copy link
Member

mtbc commented Dec 2, 2019

(Worth noting the UI fixes in the CSS.)

@joshmoore joshmoore changed the title download images as zip download images as zip + CSS fixes Dec 3, 2019
@joshmoore
Copy link
Member

(Worth noting the UI fixes in the CSS.)

Added to the description as a reminder.

@joshmoore joshmoore merged commit 50d33d1 into ome:master Dec 3, 2019
OMERO.server 5.6.0 (Python 3) automation moved this from In progress to Done Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

export multiple images as PNG
4 participants