You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/10/19 19:05:48 UTC

[GitHub] [airflow] ryanahamilton commented on a change in pull request #11661: UX improvements of DAG tag filtering

ryanahamilton commented on a change in pull request #11661:
URL: https://github.com/apache/airflow/pull/11661#discussion_r507995461



##########
File path: airflow/www/views.py
##########
@@ -418,12 +418,15 @@ def get_int_arg(value, default=0):
         if request.args.get('reset_tags') is not None:
             flask_session[FILTER_TAGS_COOKIE] = None
             arg_tags_filter = None
+            # Remove the reset_tags=reset from the URL
+            return redirect(url_for('Airflow.index'))
         else:

Review comment:
       Ah, yes, thanks for edits!




----------------------------------------------------------------
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:
users@infra.apache.org