Skip to content

BlitzGateway: Support linking annotations to other annotations #433

@DavidStirling

Description

@DavidStirling

A user came across this issue when trying to programatically create TagAnnotations linked under a parent TagSet.

Currently the linkAnnotation function on the Blitz wrapper classes uses the OMERO_CLASS class variable to construct the link object name. Since Annotation wrapper subclasses do not define this variable the function errors out searching for NoneAnnotationLink.

It looks like setting OMERO_CLASS = "Annotation" would fix this particular scenario (we need an AnnotationAnnotationLink), but it's not clear to me if this would cause problems with other functionality in the wrapper.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions