Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Luca Annuiti 16 posts 76 karma points
    Oct 02, 2015 @ 09:03
    Luca Annuiti
    0

    Template Tree broken after upgrade to 7.3

    After upgrading from 7.2.8 to 7.3 templates are duplicate on the tree, but is the same node: enter image description here

    Anyone as the same problem ? Any suggestion ?

  • Ashford Borough Council Dev Team 25 posts 158 karma points
    Oct 07, 2015 @ 10:24
    Ashford Borough Council Dev Team
    0

    I had this problem when looking at 7.3.0-RC. The problem lies in trees.config. In the 'Settings' section replace

      <add application="settings" alias="templates" title="Templates" type="umbraco.loadTemplates, umbraco" iconClosed="icon-folder" iconOpen="icon-folder" sortOrder="1" />
    

    with

      <add application="settings" alias="templates" title="Templates" iconClosed="icon-folder" iconOpen="icon-folder-open" type="Umbraco.Web.Trees.TemplatesTreeController, umbraco" initialize="true" sortOrder="1"/>
    

    The languages alias entry has also changed and will need to be updated in the same way if necessary.

Please Sign in or register to post replies

Write your reply to:

Draft