Closed ietf-svn-bot closed 4 years ago
@rjsparks@nostrum.com edited the issue description
@rjsparks@nostrum.com changed status from new
to accepted
@rjsparks@nostrum.com commented
Fixed in release 17.7.1 (see the head of the branch touched by 863582e56a58c917f8e8fa19fa34095158708560)
@rjsparks@nostrum.com changed status from accepted
to closed
@rjsparks@nostrum.com changed resolution from ` to
fixed`
resolution_fixed
type_defect
| by rjsparks@nostrum.comThe code starting around https://trac.tools.ietf.org/tools/ietfdb/browser/tags/7.6.0/ietf/doc/views_review.py?rev=18094#L704 is creating names for documents of type review that are unexpected by the rest of the datatracker.
Instead of creating a new Document object with the extra -2, -3, etc. it should be using the rev field of the existing Document.
The review field of the corresponding ReviewAssignment object is often set to (or left at) Null when this happens, which is a bug.
Initial debugging suggests this happens when reviews are revised after they are closed.
These appear to be the affected documents:
Issue migrated from trac:3007 at 2022-03-04 07:53:10 +0000