Bug #34660
Recurring logic does not clean up sync plan relationship when unset
Related issues
Associated revisions
History
#1
Updated by Eric Helms about 1 year ago
- Related to Bug #34649: Upgrade Rails to 6.0.4.7 added
#2
Updated by The Foreman Bot about 1 year ago
- Assignee set to Eric Helms
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/10027 added
#3
Updated by The Foreman Bot 12 months ago
- Fixed in Releases Katello 4.5.0 added
#4
Updated by Eric Helms 12 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|828e4f05e7facca2bdf9506c7885a86ae462723d.
#5
Updated by Andrew Dewar 12 months ago
- Triaged changed from No to Yes
- Target version set to Katello 4.5.0
Fixes #34660: Reload old recurring logic when updating sync plan
A change in Rails 6.0.4+ results in the old recurring logic retaining
a reference to the sync plan such that when the recurring logic is
cancelled, which triggers a save, that save resets the relationship
of sync plan to recurring logic. The resulting sync plan winds up
related to the old recurring logic instead of the new.