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
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
Got it; the package installed in the trees.config with an attribute iconOpened, but it should be iconOpen (yet iconClosed is ok)...
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
...but this isn't working - can someone confirm what it should be?
Phil
Got it; the package installed in the trees.config with an attribute iconOpened, but it should be iconOpen (yet iconClosed is ok)...
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
is working on a reply...