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

fix: Use correct fieldname in Alignment-TiltSeries relationships. #1343

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

uermel
Copy link
Contributor

@uermel uermel commented Nov 15, 2024

The Alignment model was using source field tilt_series_id instead of tiltseries_id, the TiltSeries model was using tilt_series_id instead of tiltseries_id as a dest field.

This PR updates both relationships in the python API client.

closes #1342

@uermel uermel requested a review from jgadling November 15, 2024 17:43
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

Successfully merging this pull request may close these issues.

Bug: Alignment-Tiltseries relationship broken in client due to typo.
1 participant