Bug #23183 Bug Fixed

Is there an issue granting user groups ability to create templates?

Version: 3.5.10 Reporter: optima

This is an archived bug report. If you are experiencing a similar issue, upgrade to the latest release and if that does not solve the problem, submit a new bug report

We have a user group who is able to access the template manager, edit templates, delete templates, etc, however there is no button available to this group to create a new template despite the ‘Create new templates’ option being checked. Is there an issue here?

  • In system/ee/EllisLab/ExpressionEngine/Controller/Design/Design.php on line 137”

    $vars['show_new_template_button'] = ee()->cp->allowed_group('can_create_templates');
    
    change to
    
    $vars['show_new_template_button'] = ee()->cp->allowed_group('can_create_new_templates');
.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases