ome / omero-figure

An OMERO.web app for creating Figures from images in OMERO
http://figure.openmicroscopy.org
GNU Affero General Public License v3.0
15 stars 30 forks source link

Export script version check #556

Open will-moore opened 2 months ago

will-moore commented 2 months ago

As reported by @knabar and from our own experience, it's very easy for users (admins) to forget to update the script on the server to match the currently-installed version of the web app.

This can lead to unexplained errors or missing features when exporting figures.

Unfortunately the OMERO scripts API doesn't provide a way to get the version of an installed script.

However, it is possible to use the OMERO API to load the script text itself. One option could be: