Skip to content

[FEATURE] add cross-group functionality to post_table #59

@erickmartins

Description

@erickmartins

Is your feature request related to a problem? Please describe.
Right now (as of PR #58), post_table() cannot do cross-group posting - that is specifically because the OriginalFile created for the file annotation that contains the table seems to always be created on the original group for the conn object, ignoring the conn.SERVICE_OPTS.setOmeroGroup() from set_group() and leading to a group mismatch between FileAnnotation and OriginalFile.

Describe the solution you'd like
Just make it work!

Describe alternatives you've considered
One alternative is trying a different solution for switching groups such as conn.setGroupForSession() and see if it makes any difference.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions