@g-braeunlich found that the current syntax for deleting an item from the config doesn't work to delete things from a list. This PR remedies this.
The one potentially confusing thing that can result from this is if the user also wants to modify other items in the same list. Once an item is deleted, these would need to use the new indices, not the original ones. This seems enough error-prone that I emit a logger warning.
I've targeted this to releases/2.4. I think this can count as a bug, so could go into a bugfix release.
@g-braeunlich found that the current syntax for deleting an item from the config doesn't work to delete things from a list. This PR remedies this.
The one potentially confusing thing that can result from this is if the user also wants to modify other items in the same list. Once an item is deleted, these would need to use the new indices, not the original ones. This seems enough error-prone that I emit a logger warning.
I've targeted this to releases/2.4. I think this can count as a bug, so could go into a bugfix release.