Bug #6021
Unable to list user Orgs from Subscription Manager
Description
Subscription Manager is gettting an empty set of Orgs when calling GET /users/:login/list_owners
This affects the following in subscription-manager:
- GUI registration: Unable to register because there are no Orgs to select from.
- CLI orgs command: No orgs are returned for the target user.
It appears that the API call is being routed to the UsersController instead of the CandlepinProxiesController.
Associated revisions
History
#1
Updated by Eric Helms about 8 years ago
- Bugzilla link set to https://bugzilla.redhat.com/show_bug.cgi?id=1104177
#2
Updated by Michael Stead about 8 years ago
- Status changed from New to Assigned
#3
Updated by Eric Helms about 8 years ago
- Target version set to 45
- Triaged changed from No to Yes
#4
Updated by Michael Stead about 8 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Applied in changeset katello|commit:a39c11fb9237c725aadcf0ae93a35c1ba481e86d.
#5
Updated by Eric Helms almost 8 years ago
- Legacy Backlogs Release (now unused) set to 13
Fixes #6021 - Remove route mapping to UsersController
GET /users/:login/owners was being mapped twice.
Remove route to UsersController and allow it to route
to the CandlepinProxiesController.