Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG/MEDIUM: rules: add redirect_url when flattening (#200)
It was reported that when using `redirect_url` changes were being presented when applying a plan, even though there were not any changes being made. This was due to `redirect_url` not being reset during rule flattening within `flattenRuleActions`. This commit fixes that and adds `redirect_url` to the `actionmap` within `flattenRuleActions`.
- Loading branch information