Actions
Bug #28629
closedImporting templates with 'associate: never' does not import provisioning templates
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Description
Importing Provisioning Template from UI with "associate: never" gives "templateKindId: can't be blank" error even though template kind is specified in metadata
Files
Updated by Ondřej Pražák almost 5 years ago
- File template-kind-id.png template-kind-id.png added
- Subject changed from [UI] Importing templates with 'associate: never' does not import provisioning templates to [UI] Importing templates with 'associate: never' does not import provisioning templates
Updated by Ondřej Pražák almost 5 years ago
- Project changed from Templates to Foreman
- Subject changed from [UI] Importing templates with 'associate: never' does not import provisioning templates to Importing templates with 'associate: never' does not import provisioning templates
- Category set to Templates
- Assignee set to Ondřej Pražák
The bug manifests in foreman_templates on template import, but the cause is that we skip associating template kind when 'associate' import option is 'never'. Without template kind, the provisioning template does not pass validations and it needs to be fixed in core.
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7371 added
Updated by Ondřej Pražák over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset b6550ccad40dd3d10f79da316510c25ba4c4ff46.
Actions