Actions
Bug #6021
closedUnable 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.
Actions