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 2021/04/06 10:39:15 UTC

[GitHub] [airflow] jkmalek commented on a change in pull request #11652: Support for sorting DAGs in the web UI

jkmalek commented on a change in pull request #11652:
URL: https://github.com/apache/airflow/pull/11652#discussion_r607736651



##########
File path: airflow/www/views.py
##########
@@ -449,6 +490,8 @@ def get_int_arg(value, default=0):
         arg_search_query = request.args.get('search')
         arg_tags_filter = request.args.getlist('tags')
         arg_status_filter = request.args.get('status')
+        arg_sorting_key = request.args.get('sortBy')
+        arg_orderby_key = request.args.get('orderBy')

Review comment:
       Went with (B) for time being since it requires less changes and I'm already worried about rebases messing up other changes.




-- 
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