ashb commented on a change in pull request #12837:
URL: https://github.com/apache/airflow/pull/12837#discussion_r537129887
##########
File path: airflow/www/static/js/connection_form.js
##########
@@ -87,7 +34,7 @@ $(document).ready(function () {
$(this).text($(this).attr("orig_text"));
});
$(".form-control").each(function(){$(this).attr('placeholder', '')});
-
+ let config = JSON.parse($("#field_parameters").text())
Review comment:
It doesn't help with the "rebuild on deman" but if you run `yarn --cwd
airflow/www dev` it will run a compiler that watches for changes and
automatically rebuilds assets. I _think_ it also doesn't fingerprint the
assets, so the manifest at the start is valid even when content 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:
[email protected]