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 meeting import spelling error #2816

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

luisa-beerboom
Copy link
Member

Closes #2807

Copy link
Member

@peb-adr peb-adr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Import still fails due to a (originally forwarded) motion containing a origin_meeting_id field.
The test case doesn't include this yet.

Comment on lines 1540 to 1542
motion = self.assert_model_exists("motion/2", {"meeting_id": 2})
assert motion.get("all_origin_ids") is None
assert motion.get("origin_meeting_id") is None
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
motion = self.assert_model_exists("motion/2", {"meeting_id": 2})
assert motion.get("all_origin_ids") is None
assert motion.get("origin_meeting_id") is None
self.assert_model_exists("motion/2", {"meeting_id": 2, "all_origin_ids": None, "origin_meeting_id": None})

@hjanott hjanott assigned luisa-beerboom and unassigned hjanott Feb 3, 2025
@luisa-beerboom luisa-beerboom removed their assignment Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Json export containing forwarded motions can't be imported
3 participants