Actions
Bug #34504
closedAdd support to template_kind_id when importing provisioning template
Updated by The Foreman Bot almost 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9122 added
Updated by Adi Abramovitch almost 3 years ago
when importing a provisioning template we don't take template_kind_id into consideration.
we should:
fix the bug of saving the template if the template is valid
get the template_kind name from the metadata, find the id and place it in template_kind_id
we should validate two things:
that the name given and the name in the metadata match and that if the template is a snippet it shouldn't have a template_kind defined.
Updated by Adi Abramovitch over 2 years ago
- Status changed from Ready For Testing to Closed
Actions