DH-IT-Portal-Development / ethics

Ethical Committee web application in Django
http://fetc.hum.uu.nl
MIT License
2 stars 1 forks source link

Discontinue_review sets review.date_end rather than proposal.date_reviewed #717

Open miggol opened 1 month ago

miggol commented 1 month ago

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.