ashb commented on issue #5290: [AIRFLOW-4524] Improve checkbox logic to restore functionality URL: https://github.com/apache/airflow/pull/5290#issuecomment-498272925 I think the issue was I messed up the cherry pick on to 1.10.3 as this only applies to the RBAC tree on v1-10-stable I think. Master just contains a single in put named "ingore_all_deps", as does the non-RBAC tree in 1.10.3. In `airflow/www_rbac/templates/airflow/dag.html` I somehow added ``` <input type="hidden" name="ignore_all_deps"> <input type="hidden" name="ignore_ti_state"> <input type="hidden" name="ignore_task_deps"> ``` which doesn't exist on any other branch or commit. I have _no_ idea where I got that from to commit it.
---------------------------------------------------------------- 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] With regards, Apache Git Services
