Hi, This issue is fairly critical IMO, it's already hampered our incident recovery process a few times: https://issues.apache.org/jira/browse/AIRFLOW-4524
I sent in a PR that mitigates some of the issue by implementing a helper function, which we should probably use for any "checkbox" values. However, it needs a larger refactoring, as we still have the issue of the form sending arguments to the "wrong" functions plus not using function-specific form element names. One of those needs to change: split the form into multiple forms or prefix element names with their expected action. (I think the former is better but more work.) On Sun, May 19, 2019 at 12:27 PM Kaxil Naik <[email protected]> wrote: > Hello all, > > Please reply to this email wiith PR, commit hash or Jira issues that you > want it to be included in *1.10.4* > > Regards, > *Kaxil Naik* >
