Closed daniel-corbett closed 1 year ago
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.
redirect_url
This was due to redirect_url not being reset during rule flattening within flattenRuleActions.
flattenRuleActions
This commit fixes that and adds redirect_url to the actionmap within flattenRuleActions.
actionmap
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 withinflattenRuleActions
.This commit fixes that and adds
redirect_url
to theactionmap
withinflattenRuleActions
.