-
Notifications
You must be signed in to change notification settings - Fork 26
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
Implement motion_change_recommendation creation in motion forward #2549
Implement motion_change_recommendation creation in motion forward #2549
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update documentation
Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs look good now
}, | ||
) | ||
assert reco["creation_time"] > 0 | ||
reco = self.assert_model_exists( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reco
isn't used after this line.
}, | ||
) | ||
assert reco["creation_time"] > 0 | ||
reco = self.assert_model_exists( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reco
isn't used after this line.
dc578b2
into
OpenSlides:feature/motion-forward
Closes #2519
TODO: