Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
After upgrading from 7.2.8 to 7.3 templates are duplicate on the tree, but is the same node:
Anyone as the same problem ? Any suggestion ?
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.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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:
Anyone as the same problem ? Any suggestion ?
I had this problem when looking at 7.3.0-RC. The problem lies in trees.config. In the 'Settings' section replace
with
The languages alias entry has also changed and will need to be updated in the same way if necessary.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.