I added a custom tree node to the Settings Section in the Backoffice via a Tree Class e.g.
[Tree("settings", "exportTree", "Export Orders")]
public class ExtensionTree : BaseTree
Later I decided to move it to another Section and update the code above to this
[Tree("teacommerce", "exportTree", "Export Orders")]
public class ExtensionTree : BaseTree
But now the new tree node appears in the new section AND the old one. I can't seem to get the old one to disappear. I have tried touching web.config, re-building my Umbraco dlls, clearing browser cache etc
Old Tree item showing in Backoffice
Hi
I added a custom tree node to the Settings Section in the Backoffice via a Tree Class e.g.
Later I decided to move it to another Section and update the code above to this
But now the new tree node appears in the new section AND the old one. I can't seem to get the old one to disappear. I have tried touching web.config, re-building my Umbraco dlls, clearing browser cache etc
Any ideas?
Hi
Delete the entry in the trees,config in Umbraco\config
/Paul S
is working on a reply...