uranusjr commented on code in PR #31980:
URL: https://github.com/apache/airflow/pull/31980#discussion_r1233628113
##########
airflow/www/templates/airflow/trigger.html:
##########
@@ -72,7 +72,7 @@
{% elif "enum" in form_details.schema and form_details.schema.enum %}
<select class="my_select2 form-control" name="element_{{ form_key }}"
id="element_{{ form_key }}" data-placeholder="Select Value"
onchange="updateJSONconf();"
- {%- if "integer" in form_details.schema.type %} valuetype="number" {%
elif "number" in form_details.schema.type %} valuetype="decimal" {%- endif %}
+ {%- if "integer" in form_details.schema.type or "number" in
form_details.schema.type %} valuetype="number"{% endif %}
Review Comment:
So just to make sure, this PR reverts this line from #31946 and the
aggregated change is only line 120, right?
--
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]