My understanding is that review_utils.discontinue_review() should set proposal.date_reviewed to the moment of discontinuation. Currently it updates review.date_end, which is usually the time on which all reviewers have submitted their decisions, or rather the time on which the stages.COMMISSION stage ended.
The attribute proposal.date_reviewed is visible in the review sidebar together with the continuation, which is where the confusion originates.
My understanding is that
review_utils.discontinue_review()
should setproposal.date_reviewed
to the moment of discontinuation. Currently it updatesreview.date_end
, which is usually the time on which all reviewers have submitted their decisions, or rather the time on which thestages.COMMISSION
stage ended.The attribute
proposal.date_reviewed
is visible in the review sidebar together with the continuation, which is where the confusion originates.