Fix another bug that prevented the Individual Submission group from
being accesses through IETFWG - Legacy-Id: 3168
This commit is contained in:
parent
893471df68
commit
0e829f975d
|
@ -90,7 +90,7 @@ class IETFWG(Group):
|
|||
areagroup__area__status=lambda v: ("parent__state", { 1: "active" }[v]),
|
||||
start_date__isnull=lambda v: None if v else ("groupevent__type", "started")
|
||||
),
|
||||
always_filter=dict(type="wg"))
|
||||
always_filter=dict(type__in=("wg", "individ")))
|
||||
|
||||
ACTIVE=1
|
||||
#group_acronym = models.OneToOneField(Acronym, primary_key=True, editable=False)
|
||||
|
|
Loading…
Reference in a new issue