Actions
Bug #11242
closedos_default_templates route under provisioning template shows no OS details
Description
The response from "GET /api/v2/provisioning_templates/Kickstart default/os_default_templates" shows the following fields:
{
"id": 3,
"provisioning_template_id": 4,
"provisioning_template_name": "Kickstart default",
"template_kind_id": 3,
"template_kind_name": "provision",
"config_template_id": 4,
"config_template_name": "Kickstart default"
}
This makes sense if you're using the nested route under /operatingsystems, but it should include the operatingsystem ID in case you're accessing it under templates.
Updated by The Foreman Bot over 10 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2715 added
- Pull request deleted (
)
Updated by Shlomi Zadok over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 3c1af25645269ad9de1ef8beba4cf0b0ed56104d.
Updated by Dominic Cleal over 10 years ago
- Assignee set to Shlomi Zadok
- Translation missing: en.field_release set to 63
Actions