Omero Team,
We’ve encountered a couple of issues with mapr that have me scratching my head and I once again have to ask for your help.
Firstly, we’ve added some links across the top to allow us to browse the data based on image attributes as is the stated aim of mapr. For example, we add attributes to images to reflect the experiment id in our electronic notebook
config append -- omero.web.mapr.config '{"menu": "elnid", "config":{"default":["eln_page"], "all":["eln_page"], "ns"
:["openmicroscopy.org/omero/client/mapAnnotation"], "wildcard": {"enabled": true}, "label":"ELN ID"}}'
config set -- omero.web.ui.top_links '[["Data", "webindex", {"title": "Browse Data via Projects, Tags etc"}],["History", "history", {"title": "History"}], ["Operator", {"viewname": "maprindex_operator"}, {"title": "Find Operator"}], ["ELN ID", {"viewname": "maprindex_elnid"}, {"title": "Find ELN ID"}], ["Cell Line", {"viewname": "maprindex_cellline"}, {"title": "Find Cell Line"}], ["Program", {"viewname": "maprindex_program"}, {"title": "Find Program"}], ["Model System", {"viewname": "maprindex_modelsystem"}, {"title": "Find Model System"}], ["Help", "https://help.openmicroscopy.org/", {"title":"Open OMERO user guide in a new tab", "target":"new"}]]'
Right now, two experiments show up in the list but the rest do not, however if we perform a search for an experiment the list of experiments show in the search dialogue shows many more, however if we click one of the experiments not in the original visible list it doesn’t display any of the images associated with that experiment. I’m not sure I’m doing a great job of explaining this but hopefully the screen shots attached will help.
Sorry for the blurring, not quite sure of our level of comfort sharing potentially identifying information, but suffice to say what I’ve blurred is a common prefix on all experiments
But I hope it’s clear that it seems that it is being detetected that there are 20 datasets/screens with images with the eln_page attribute set, but only 2 are displayed, and I cannot readily identify what’s different between them
The second issue seems to have cropped up since upgrading OMERO.web to 5.9. If we click into one of the experiments shown and drill down to the images, the attributes section on the right hand side won’t expand and when I look at developer tools in Chrome it shows an Uncaught ReferenceError, with the reference being to the Experiment ID prefix.
Note, I’ve used the experiment ID example as I felt it was easiest to explain, but this behaviour is the same across any of the attributes we’re trying to use, be it Operator, Cell Line, or Program.
I hope this makes sense, but if any clarification is needed please let me know
For reference, we’re running a docker based config with OMERO.server 5.6.3 and OMERO.web 5.9. If we revert to OMERO.web 5.7 the second problem appears to go away, but the first problem exists across either version
Thanks, as always
Mark