We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46220a commit 551f61bCopy full SHA for 551f61b
1 file changed
ietf/idrfc/views_search.py
@@ -94,6 +94,8 @@ def clean(self):
94
q['by'] = None
95
if q['by'] == 'state' and not (q.get("state") or q.get('substate')):
96
97
+ else:
98
+ q['by'] = None
99
# Reset other fields
100
for k in ('author','group', 'area', 'ad'):
101
if k != q['by']:
0 commit comments