Actions
Bug #16397
closedAPI template_combinations GET and DELETE by id not working
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1369737
Description of problem:
With 6.2.1 there GET and DELETE of templates_combinations is not working anymore.
This is a regression over 6.0/6.1 where the same process worked for years.
Steps to Reproduce:
1. Assiocate a template with a hostgroup
2. Get association using the API GET template_combinations/:id
3. Delete association using the API DELETE template_combinations/:id
Actual results:
Step 2 and 3 are giving a resource not foudn
Expected results:
Step 2 lists the tempmplate combination
Step 3 deletes the template combination
Additional info:
Updated by Shimon Shtein over 8 years ago
- Assignee set to Shimon Shtein
- Target version set to 1.6.1
Updated by Shimon Shtein over 8 years ago
- Related to Feature #9031: Missing API call to list config_template combinations per hostgroup or environment added
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3802 added
Updated by Dominic Cleal over 8 years ago
- Category changed from Unattended installations to API
- Priority changed from High to Normal
- Translation missing: en.field_release set to 181
Updated by Shimon Shtein over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset d33fe9cd0e07b124e2ab5c87df7f8dfaefd24911.
Actions