Cant use create on parent to create child nodes unless Section settings is added
I have a strange problem where a user i have created should have permission to create a child node but when i log in as this user and right click create I get a null reference message. If i enable the Settings section for this group of users then it allows the user to create. The problem is i don't want them to have access to the settings section.
Sounds like you have some sort of content picker in your "Solution Tile" that requires access to your settings section.
Can you post your Solution tile doctype definition and also the data type definitions for any pickers that access settings? You might have to change your pickers to use xpath.
Hi am using Versions 7.13.0 I used to be able to do the same thing with the same content pickers in my previous 7.7.6 version by just setting the user to editor but that does not work anymore.
The doctype data is just textstring a media picker and rich text editor.
ok thanks i will try that, not had much luck yet though as upgrading using nuget to 7.13.1 breaks the project as it sais it installs 7.13.1 and uninstalls 7.13.0 but all it is doing is uninstalling my 7.13.0.
I think the upgrade, just changes a few of the pre-compliled DLLS in the /bin folder, and the main angular controller file. (do a quick winmerge, and all will come clear)
So you might be able to copy/paste these in manually, or just wait until nuget allows you to upgrade via its usual methods.
Cant use create on parent to create child nodes unless Section settings is added
I have a strange problem where a user i have created should have permission to create a child node but when i log in as this user and right click create I get a null reference message. If i enable the Settings section for this group of users then it allows the user to create. The problem is i don't want them to have access to the settings section.
Sounds like you have some sort of content picker in your "Solution Tile" that requires access to your settings section.
Can you post your Solution tile doctype definition and also the data type definitions for any pickers that access settings? You might have to change your pickers to use xpath.
Also what exact version of Umbraco are you using?
Hi am using Versions 7.13.0 I used to be able to do the same thing with the same content pickers in my previous 7.7.6 version by just setting the user to editor but that does not work anymore.
The doctype data is just textstring a media picker and rich text editor.
Here is the tile choice doctype definition
This is fixed in 7.13.1
https://github.com/umbraco/Umbraco-CMS/issues/4000
ok thanks i will try that, not had much luck yet though as upgrading using nuget to 7.13.1 breaks the project as it sais it installs 7.13.1 and uninstalls 7.13.0 but all it is doing is uninstalling my 7.13.0.
i am trying a manual upgrade shortly
I think the upgrade, just changes a few of the pre-compliled DLLS in the /bin folder, and the main angular controller file. (do a quick winmerge, and all will come clear)
So you might be able to copy/paste these in manually, or just wait until nuget allows you to upgrade via its usual methods.
is working on a reply...