-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix DB errors caused by review deny -> accept
Ugh^N. When we accept a review after refusing it, that inserts the review back into the database--but that breaks the PaperReviewHistory chain if we reset reviewTime. So this commit reconstructs the review from history and uses the latest reviewTime. Really we should unify PaperReviewRefused with PaperReview. And drop unused `data` fields.
- Loading branch information
Showing
7 changed files
with
223 additions
and
98 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.