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

Allow services to set editable as ready for review #5668

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

duartegalvao
Copy link
Member

This PR allows microsservices to respond to the create-editable handler with a ready_for_review flag, which overrides the editable's state from "new" to "ready for review". This makes it possible to have microsservices that don't submit a revision when a new editable is created. Otherwise, the editable would be stuck in a "new" state, making it impossible to make any reviews.

This PR also fixes a front-end bug in which the "Judge" button appears when a revision is not yet ready to review.

CHANGES.rst Outdated Show resolved Hide resolved
indico/modules/events/editing/service.py Outdated Show resolved Hide resolved
CHANGES.rst Outdated Show resolved Hide resolved
@ThiefMaster ThiefMaster merged commit cf7b9d0 into indico:master Feb 21, 2023
@ThiefMaster ThiefMaster deleted the editable-state-override branch February 21, 2023 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done 🚀
Development

Successfully merging this pull request may close these issues.

2 participants