Bug #20218
closedsync_plan['id'] missing in products#index
Description
GET https://katello.example.com/katello/api/v2/products?name=Red Hat Enterprise Linux Server&organization_id=1
Current:
{
...,
"results": [
{
"id": 6,
...,
"sync_plan": {
"name": "Weekly RHEL Sync",
"description": null,
"sync_date": "2017-01-01 00:00:00 UTC",
"interval": "weekly",
"next_sync": null
},
"repository_count": 3
}
]
}
Expected:
{
...,
"results": [
{
"id": 6,
...,
"sync_plan": {
"id": 10,
"name": "Weekly RHEL Sync",
"description": null,
"sync_date": "2017-01-01 00:00:00 UTC",
"interval": "weekly",
"next_sync": null
},
"repository_count": 3
}
]
}
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/6851 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|7362996650eca2373309f0f24ba853f664a22253.
Updated by Justin Sherrill over 7 years ago
- Translation missing: en.field_release set to 250
- Difficulty set to easy