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

right panel map annotations for a Value #67

Closed will-moore closed 3 years ago

will-moore commented 3 years ago

As reported https://forum.image.sc/t/omero-mapr-questions/50843, this is 1 of the 2 errors from "second issue" and reproduced on IDR: When a mapr Value is selected in the Tree (see screenshot) mapr tries to load Annotations for it in the right panel.

Screenshot 2021-04-01 at 10 36 43

However, the webclient rendering of these map annotations expects each to have a link (to show what object each is linked to:

# webclient mapanns_underscore.html

                 <!-- If single object show e.g. Image ID: (slice ImageI -> Image) -->
                        <b><%= ann.link.parent.class.slice(0, ann.link.parent.class.length-1) %>
                            ID:</b> <%= ann.link.parent.id %><br />

and this isn't loaded by mapr, so we get the error above.

imagesc-bot commented 3 years ago

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/omero-mapr-questions/50843/5