Actions
Bug #20219
closedorganization_id should be a top level attribute in the API
Description
This is true for any many-to-one relationship to organization (content_views, repositories, sync_plans, etc.)
GET https://katello.example.com/katello/api/v2/content_views/1
Current:
{
...,
"organization": {
"name": "Default Organization",
"label": "Default_Organization",
"id": 1
},
...
}
Expected:
{
...,
"organization_id": 1,
"organization": {
"name": "Default Organization",
"label": "Default_Organization",
"id": 1
},
...
}
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6852 added
Updated by Andrew Kofink over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|f8008f09aa7cc1f2d05d268e2fa58b0ab7564a72.
Updated by Justin Sherrill over 7 years ago
- Translation missing: en.field_release set to 250
Actions