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
This commit is contained in:
parent
25f3f94c21
commit
7a1a67fca4
|
@ -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 = []
|
||||
|
||||
|
|
Loading…
Reference in a new issue