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.
Actions