Actions
Bug #9176
closedPlan Options: renewal with option change causes substitution to have wrong value
Description
When renewing AND changing an option the substitution for options [PLAN_OPTS_OPTION_{OPTION_NAME}] has the previous value and not current value. Appears to just be a caching issue though.
Updated by krileon over 1 year ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !315
Was due to caching. Have redesigned the substitutions usage to just directly pull from the plan/subscription params and not depend on API calls to avoid circular loop issues which is why caching was needed so caching is now removed.
Actions