From 7a1a67fca4424dd6572aca6b92cbabcfb7c3b94c Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 10 Aug 2012 12:00:50 +0000 Subject: [PATCH] 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 --- ietf/iesg/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ietf/iesg/views.py b/ietf/iesg/views.py index 1ada82bd4..40e4a99c4 100644 --- a/ietf/iesg/views.py +++ b/ietf/iesg/views.py @@ -196,7 +196,6 @@ def agenda_docs(date, next_agenda): from ietf.doc.models import TelechatDocEvent matches = Document.objects.filter(docevent__telechatdocevent__telechat_date=date).distinct() - matches = matches.filter(type__slug='draft') docmatches = []