ome / omero-mapr

An OMERO.web app allowing to browse the data through attributes linked to the image
https://pypi.org/project/omero-mapr/
GNU Affero General Public License v3.0
5 stars 12 forks source link

Include sizeT in _marshal_image() row #69

Closed will-moore closed 2 years ago

will-moore commented 2 years ago

This fixes a breaking change from https://github.com/ome/omero-web/pull/329 where omeroweb.webclient.tree._marshal_image() expects a row with 4 values (sizeT was added in PR above).

To test:

Screenshot 2022-02-22 at 10 21 56

cc @sbesson @francesw - We need to get this included in next IDR release (which includes omero-web PR above).

will-moore commented 2 years ago

This fix is now installed on pilot for idr0123.

will-moore commented 2 years ago

@sbesson Done require omero-web>=5.13.0