-
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
Implement datetimepicker for motion workflow #3298
Implement datetimepicker for motion workflow #3298
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 the submission date is changed the the following snackbar error is shown:
Error: data must not contain {'workflow_timestamp'} properties
rend request is:
{
"action": "motion.update",
"data": [
{
"id": 5,
"workflow_timestamp": 1708080137
}
]
}
Is it possible to show not only the date but also the time while the edit submission date option is activated but the datepicker is not open:
…bmission-date-editable
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.
function
…bmission-date-editable
Closes #3148
Based on OpenSlides/openslides-backend#2194