Copied to clipboard

Flag this post as spam?

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


  • Scott Anderson 18 posts 51 karma points
    Jun 25, 2014 @ 02:12
    Scott Anderson
    0

    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.

    [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

    Any ideas?

  • Paul Sørensen 304 posts 650 karma points
    Jun 25, 2014 @ 07:52
    Paul Sørensen
    0

    Hi

    Delete the entry in the trees,config in Umbraco\config

    /Paul S

Please Sign in or register to post replies

Write your reply to:

Draft