There was an error while loading. Please reload this page.
1 parent e81ac58 commit c7c89a6Copy full SHA for c7c89a6
1 file changed
ietf/community/rules.py
@@ -67,7 +67,7 @@ def get_documents(self):
67
return Document.objects.filter(type='draft', states__slug='active').filter(ad=self.value).distinct()
68
69
def options(self):
70
- return [(i.pk, i.name) for i in Person.objects.filter(role__name='ad',group__state='active').distinct().order_by('name')]
+ return [(i.pk, i.name) for i in Person.objects.filter(role__name='ad',role__group__state='active').distinct().order_by('name')]
71
72
def show_value(self):
73
try:
0 commit comments