-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow workflow config to unset global events config #6518
base: 8.4.x
Are you sure you want to change the base?
Conversation
71761af
to
15ad245
Compare
a4d2d8f
to
c718f8b
Compare
c718f8b
to
3b8a7df
Compare
878597f
to
0761f1a
Compare
Thanks @TomekTrzeciak 👍 it might be January before we have a chance to look at this however |
This would change the meaning of The "reset to empty lisy" behaviour makes sense, but unfortunately, I think there may be valid use cases for both behaviours (especially when you take inheritance into account). I had a skim through workflows at our site to see what list items are being "unset" in this way and found the following:
|
I think this "reset to global default" behaviour only happens for events settings and no other settings? |
My reading is that only
Out of this list only |
So this change would mean:
Seems good to me, no blockers as far as NIWA is concerned. @oliver-sanders - would it be sufficient for you just to ping the owners of the workflows you found and tell them about the change? |
Will do. I'll confirm the scope of the change and try to work out the intention of the users impacted. So long as it's just |
This addresses a bug whereby it is not possible to reset list-type values like
mail events
from the global config to empty list by overriding them in the workflow config.Check List
CONTRIBUTING.md
and added my name as a Code Contributor.setup.cfg
(andconda-environment.yml
if present).?.?.x
branch.