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

Query string IDs #64

Closed will-moore closed 1 year ago

will-moore commented 3 years ago

Use ?image=1,2,3 to load batch_annotate panel

This ports the changes from https://github.com/ome/omero-web/pull/225 so that those changes are not overridden when mapr is installed.

To test, with mapr installed, select multiple images in centre panel. URL that loads batch_annotate panel should contain image IDs in the form ?image=1,2,3 This will work when e.g. 500 images are selected. Without this fix, the URL query string of the form ?image=1&image=2... etc is too long with 500 images.

cc @manics

will-moore commented 2 years ago

Excluding since https://github.com/ome/omero-web/pull/225 is excluded

EDIT: removing flag as for PR above. 2022:09:13

will-moore commented 1 year ago

This is not needed with #74.