Copied to clipboard

Flag this post as spam?

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


  • Dan Evans 631 posts 1018 karma points
    Nov 10, 2014 @ 19:32
    Dan Evans
    0

    Content and media trees visible to users who shouldn't see them

    I have some users who have permission only to see a particular node of the content tree however they can see all nodes in the tree however when they try and access an unauthorised node they see this message:

    We are running 7.1.8 but the site has been upgraded from a version 4 site. The problem did not exist in the previous version. I'd like it that they only see the correct content and media nodes.

  • Dan Evans 631 posts 1018 karma points
    Nov 12, 2014 @ 13:37
    Dan Evans
    100

    Solved the issue. /config/trees.config needed updating from an older version:

     <!--Content-->

      <add initialize="true" sortOrder="0" alias="content" application="content" title="Content" iconClosed="icon-folder" iconOpen="icon-folder" type="Umbraco.Web.Trees.ContentTreeController, umbraco" />

      <add initialize="false" sortOrder="0" alias="contentRecycleBin" application="content" title="Recycle Bin" iconClosed="icon-folder" iconOpen="icon-folder" type="umbraco.cms.presentation.Trees.ContentRecycleBin, umbraco" />

  • 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