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 2019/01/27 22:20:05 UTC

[GitHub] seelmann commented on a change in pull request #4598: [AIRFLOW-3774] Register blueprints with app

seelmann commented on a change in pull request #4598: [AIRFLOW-3774] Register blueprints with app
URL: https://github.com/apache/airflow/pull/4598#discussion_r251258076
 
 

 ##########
 File path: airflow/www/app.py
 ##########
 @@ -154,6 +156,9 @@ def integrate_plugins():
                                         href=ml["href"],
                                         category=ml["category"],
                                         category_icon=ml["category_icon"])
+                for bp in sorted(flask_blueprints, key=lambda x: x["name"]):
 
 Review comment:
   Just curious, why is this sorting required?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services