Copied to clipboard

Flag this post as spam?

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


  • Phil Dye 149 posts 325 karma points
    Jul 08, 2015 @ 09:44
    Phil Dye
    0

    trees.config in Umbraco 6.2.5

    The breaking change for tree.config in Umbraco 6.2.5 (http://issues.umbraco.org/issue/U4-6509#tab=Comments) is tripping me up, and I can't for the life of me get the right type parameter... I'd expect

    <add silent="false" initialize="true" sortOrder="100" application="member" alias="memberexport" title="Export Members" iconOpened="folder_o.gif" iconClosed="folder.gif" assembly="MemberExport.Library" type="MemberExport.Library.Tree.MemberExportTree, MemberExport.Library" action="" />
    <add silent="false" initialize="false" sortOrder="110" application="member" alias="MemberExportSavedExportsTree" title="Saved exports" iconOpened="folder_o.gif" iconClosed="folder.gif" assembly="MemberExport.Library" type="MemberExport.Library.Tree.SavedExports, MemberExport.Library" action="" />
    

    ...but this isn't working - can someone confirm what it should be?

    Phil

  • Phil Dye 149 posts 325 karma points
    Jul 08, 2015 @ 15:12
    Phil Dye
    0

    Got it; the package installed in the trees.config with an attribute iconOpened, but it should be iconOpen (yet iconClosed is ok)...

  • Richard Soeteman 4054 posts 12927 karma points MVP 2x
    Jul 09, 2015 @ 05:33
    Richard Soeteman
    0

    Hi Phil,

    Sorry for the delay in response, Holiday time here. This is because of a tree action bug in 6.2.5. The correct trees.config should be

    Hope this helps,

    Richard

  • 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.

Please Sign in or register to post replies