Actions
Bug #13386
closed/api/v2/locations does not return parameters
Status:
Closed
Priority:
Normal
Assignee:
Category:
Organizations and Locations
Target version:
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1292275
Description of problem:
GET /api/v2/locations/<location> does not return the parameters
Version-Release number of selected component (if applicable):
Satellite 6.1.5
How reproducible:
Repeatable.
Steps to Reproduce:
1. Create a location and in this location assign a parameter.
2. GET /api/v2/locations/<location>
3. Note the output does not contain the parameter:
Actual results:
"parameters": [
{
}
],
Expected results:
parameters to be populated with the parameters from step 1 above.
Additional info:
This is also the same issue for hammer:
- hammer location info --name <location>
Parameters:
=>
Organizations:
Updated by Dominic Cleal about 9 years ago
- Category set to Organizations and Locations
- Priority changed from High to Normal
Updated by The Foreman Bot about 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3154 added
Updated by Shlomi Zadok about 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 019a239c93421bb94b57e5683e304a61b35117d7.
Updated by Dominic Cleal about 9 years ago
- Translation missing: en.field_release set to 123
Updated by Dominic Cleal almost 9 years ago
- Translation missing: en.field_release changed from 123 to 71
Will not be patched, as it relies on #12931.
Updated by Dominic Cleal almost 9 years ago
- Has duplicate Bug #14763: Hammer location info does not display parameters assigned. added
Actions