Skip to content

Commit 7a1a67f

Browse files
committed
Applied fix from rjsparks@nostrum.com: Remove old document filtering which is now to strict, letting conflict review documents show in the iesg agenda.
- Legacy-Id: 4755
1 parent 25f3f94 commit 7a1a67f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ietf/iesg/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ def agenda_docs(date, next_agenda):
196196
from ietf.doc.models import TelechatDocEvent
197197

198198
matches = Document.objects.filter(docevent__telechatdocevent__telechat_date=date).distinct()
199-
matches = matches.filter(type__slug='draft')
200199

201200
docmatches = []
202201

0 commit comments

Comments
 (0)