Updates logic to show if the user or group has not start nodes defined (which does not anymore indicate root access)

This commit is contained in:
Shannon
2017-08-01 11:19:31 +10:00
parent fd65380367
commit 7769a0ba42
9 changed files with 26 additions and 9 deletions

View File

@@ -1604,6 +1604,7 @@ To manage your website, simply open the Umbraco back office and start adding con
<key alias="permissionSelectPages">Select pages to modify their permissions</key>
<key alias="searchAllChildren">Search all children</key>
<key alias="startnode">Start Node in Content</key>
<key alias="noStartNode">No start node selected</key>
<key alias="username">Name</key>
<key alias="userPermissions">User permissions</key>
<key alias="userGroupPermissions">User group permissions</key>

View File

@@ -1502,6 +1502,7 @@ To manage your website, simply open the Umbraco back office and start adding con
<key alias="removePhoto">Remove photo</key>
<key alias="searchAllChildren">Search all children</key>
<key alias="startnode">Start Node in Content</key>
<key alias="noStartNode">No start node selected</key>
<key alias="username">Name</key>
<key alias="userPermissions">User permissions</key>
<key alias="userGroupPermissions">User group permissions</key>