Refactor #15410
Move activation_keys#subscriptions to subscriptions#index
Description
There's no need for a subscriptions action on the ActivationKeysController when Rails supports nested resources (i.e. /activation_keys/:activation_key_id/subscriptions). This change does not affect the API endpoint, just the controller and action that is hit.
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6124 added
#2
Updated by Andrew Kofink over 4 years ago
- Related to Bug #15272: 'hammer activation-key subscriptions' shows already removed subscriptions added
#3
Updated by Justin Sherrill over 4 years ago
- Legacy Backlogs Release (now unused) set to 162
#4
Updated by Anonymous over 4 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|2b0f4c5cdad6048108f7fc43116dcb67c5d0f6d5.
#5
Updated by Daniel Lobato Garcia about 4 years ago
- Bugzilla link set to 1406076
Fixes #15410 - Update route for activation_key... (#6124)
Update routes for activation_key#subscriptions to point to
subsciprions#index with path
`/activation_keys/:activation_key_id/subscriptions`
This change is motivated by hammer-cli-katello bug #15272