Skip to content

Commit 0e829f9

Browse files
committed
Fix another bug that prevented the Individual Submission group from
being accesses through IETFWG - Legacy-Id: 3168
1 parent 893471d commit 0e829f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

redesign/group/proxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class IETFWG(Group):
9090
areagroup__area__status=lambda v: ("parent__state", { 1: "active" }[v]),
9191
start_date__isnull=lambda v: None if v else ("groupevent__type", "started")
9292
),
93-
always_filter=dict(type="wg"))
93+
always_filter=dict(type__in=("wg", "individ")))
9494

9595
ACTIVE=1
9696
#group_acronym = models.OneToOneField(Acronym, primary_key=True, editable=False)

0 commit comments

Comments
 (0)