Actions
Bug #19294
closedTemplates are not being updated
Difficulty:
Triaged:
Description
After taxonomies has been changed in 1.15 so that only admin can load data from global context (any context), we need to setup anonymous admin as a current user for template importing. Otherwise it can not find the template and tries to create a new one which silently fails on name uniqueness validation. The whole import code needs to be revisit but to fix this, User.current configuration is enough and is a good idea anyway.
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_templates/pull/46 added
Updated by Anonymous over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_templates|e078c13ce0244d9d5a2913b2d6bab04f8570b206.
Actions