Skip to content

Commit c79b323

Browse files
committed
removed the filter that restricted telechat documents to just drafts
- Legacy-Id: 4756
1 parent e21e5fe commit c79b323

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)