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

Fix auto-complete for jquery 1.13.2 #75

Closed sbesson closed 1 year ago

sbesson commented 1 year ago

The upgrade of jquery-ui to 1.13.2 in OMERO.web 5.18.0 has broken the auto-complete functionality used in omero-mapr.

Minimally, the ome.mapr.css should be updated as well as setup.py to indicate 5.18 as the minimum version.

Originally posted by @will-moore in https://github.com/ome/omero-web/issues/433#issuecomment-1396774881