ashb commented on a change in pull request #8106: [AIRFLOW-7049] Persistent
display/filtering of DAG status
URL: https://github.com/apache/airflow/pull/8106#discussion_r404758983
##########
File path: airflow/www/views.py
##########
@@ -82,6 +82,7 @@
PAGE_SIZE = conf.getint('webserver', 'page_size')
FILTER_TAGS_COOKIE = 'tags_filter'
+FILTER_STATUS_COOKIE = 'status_filter'
Review comment:
```suggestion
FILTER_STATUS_COOKIE = 'dag_status_filter'
```
is a slightly more descriptive cookie name.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services