-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add new forward parameter for CRs #3977
Add new forward parameter for CRs #3977
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.
If I remember correctly it the client should send the original Motion in the payload. The client is currently sending the originalMotion plus change recommendations
A forwarded motion is not correctly forwarded/displayed:
payload:
[
{
"action": "motion.create_forwarded",
"data": [
{
"meeting_id": 5,
"use_original_submitter": true,
"use_original_number": true,
"with_amendments": true,
"with_change_recommendations": true,
"origin_id": 26,
"title": "More test motions",
"reason": "",
"text": "<p>Test jkljl</p><p>TSt</p><p>Monkey</p>"
}
]
}
]
Also I just realised that |
9c19d98
to
ae15b31
Compare
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.
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.
Suggestion to also save the origin title
.../pages/meetings/pages/motions/services/common/motion-format.service/motion-format.service.ts
Show resolved
Hide resolved
.../pages/meetings/pages/motions/services/common/motion-format.service/motion-format.service.ts
Show resolved
Hide resolved
.../pages/meetings/pages/motions/services/common/motion-format.service/motion-format.service.ts
Outdated
Show resolved
Hide resolved
55d1590
into
OpenSlides:feature/motion-forward
resolves #3837