Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
erickmartins opened this issue Sep 12, 2022 · 0 comments
Open

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

erickmartins opened this issue Sep 12, 2022 · 0 comments

Comments

@erickmartins
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant