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.
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.
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" />
is working on a reply...