Skip to content

fix: review refactoring issue#6018

Merged
rjsparks merged 1 commit into
ietf-tools:mainfrom
kivinen:fix-5447
Jul 23, 2023
Merged

fix: review refactoring issue#6018
rjsparks merged 1 commit into
ietf-tools:mainfrom
kivinen:fix-5447

Conversation

@kivinen

@kivinen kivinen commented Jul 22, 2023

Copy link
Copy Markdown
Contributor

Fixes #5447

As none of the policies really implement return to the top operation, I changed this to set_wants_to_be_next. When review is rejected it did not really change the wants_to_be_next at all, it kept it as it was before, so I removed call to that completely. It now calls this only when review is withdrawn, in which case it unconditionally sets the wants to be next flag for that person.

@codecov

codecov Bot commented Jul 22, 2023

Copy link
Copy Markdown

Codecov Report

Merging #6018 (2722bed) into main (09f3477) will decrease coverage by 0.04%.
The diff coverage is 91.30%.

@@            Coverage Diff             @@
##             main    #6018      +/-   ##
==========================================
- Coverage   88.67%   88.64%   -0.04%     
==========================================
  Files         288      288              
  Lines       40001    40000       -1     
==========================================
- Hits        35471    35456      -15     
- Misses       4530     4544      +14     
Impacted Files Coverage Δ
ietf/doc/views_stats.py 74.80% <ø> (ø)
ietf/ietfauth/widgets.py 84.61% <ø> (ø)
ietf/nomcom/views.py 92.90% <33.33%> (-0.22%) ⬇️
ietf/doc/utils.py 87.15% <100.00%> (+0.01%) ⬆️
ietf/doc/views_review.py 94.95% <100.00%> (-0.02%) ⬇️
ietf/nomcom/templatetags/nomcom_tags.py 70.83% <100.00%> (+3.64%) ⬆️
ietf/review/policies.py 98.89% <100.00%> (-0.01%) ⬇️
ietf/submit/forms.py 79.02% <100.00%> (+0.03%) ⬆️

... and 7 files with indirect coverage changes

@kivinen kivinen changed the title Fixes #5447 Fix: review refactoring issue #5447 Jul 22, 2023
@rjsparks rjsparks changed the title Fix: review refactoring issue #5447 fix: review refactoring issue #5447 Jul 22, 2023
@rjsparks rjsparks changed the title fix: review refactoring issue #5447 fix: review refactoring issue Jul 22, 2023
@rjsparks
rjsparks merged commit 14b4f82 into ietf-tools:main Jul 23, 2023
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Jul 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Review app needs naming (at least) refactor

2 participants