jens-scheffler-bosch commented on code in PR #31583:
URL: https://github.com/apache/airflow/pull/31583#discussion_r1212229081
##########
airflow/www/views.py:
##########
@@ -1963,6 +1962,7 @@ def trigger(self, session: Session = NEW_SESSION):
form_fields[k]["schema"]["custom_html_form"] = Markup(
form_fields[k]["schema"]["custom_html_form"]
)
+ ui_fields_defined = any("const" not in f["schema"] for f in
form_fields.values())
Review Comment:
Good idea. I assume once PR #31301 is merged I need to resolve conflicts as
#31301 is touching the same area. I'd integrate a comment at time of merge.
As PR #31301 is cleaning up code/refactoring I'd like to merge this first.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]