-
Notifications
You must be signed in to change notification settings - Fork 436
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 bulk-judgment for editables #5721
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
duartegalvao
force-pushed
the
editable-bulk-judge
branch
from
April 4, 2023 12:59
da0280f
to
9ef2203
Compare
ThiefMaster
changed the title
Add bulk-judgement for editables
Add bulk-judgment for editables
Apr 4, 2023
ThiefMaster
reviewed
Apr 4, 2023
indico/modules/events/editing/controllers/backend/editable_list.py
Outdated
Show resolved
Hide resolved
duartegalvao
force-pushed
the
editable-bulk-judge
branch
from
April 5, 2023 10:39
9ef2203
to
ee7d0ca
Compare
duartegalvao
force-pushed
the
editable-bulk-judge
branch
from
April 5, 2023 15:11
ed48b99
to
5db6c38
Compare
duartegalvao
force-pushed
the
editable-bulk-judge
branch
from
April 6, 2023 08:05
5db6c38
to
c66670a
Compare
ThiefMaster
force-pushed
the
editable-bulk-judge
branch
from
April 6, 2023 20:18
c66670a
to
169952d
Compare
ThiefMaster
reviewed
Apr 6, 2023
duartegalvao
force-pushed
the
editable-bulk-judge
branch
from
April 13, 2023 10:09
3a50985
to
bcca262
Compare
duartegalvao
force-pushed
the
editable-bulk-judge
branch
from
April 21, 2023 09:57
bcca262
to
3dd9115
Compare
ThiefMaster
force-pushed
the
editable-bulk-judge
branch
from
April 25, 2023 15:06
3dd9115
to
52c090e
Compare
ThiefMaster
reviewed
Apr 25, 2023
duartegalvao
force-pushed
the
editable-bulk-judge
branch
from
April 26, 2023 09:23
208ee29
to
3144341
Compare
duartegalvao
force-pushed
the
editable-bulk-judge
branch
from
April 26, 2023 14:30
3144341
to
1158584
Compare
duartegalvao
force-pushed
the
editable-bulk-judge
branch
from
April 27, 2023 08:29
1158584
to
28adeab
Compare
ThiefMaster
approved these changes
Apr 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a button for judging editables in bulk in the editables list. It allows performing "accept" and "reject" actions on editables which are on the "Ready for Review" or "Needs Submitter Confirmation" states.
Progress