The commented out block is a change I've made to get around the issue. From what I was able to see, it looks as though area.allowed is being incorrectly set when the grid rows are being edited and the allow all editors flag is toggled. The values of the area object as presented have .$allowedEditors set correctly with all values that are available but .allowed does not.
I may be wrong and possibly have incorrectly set up the rows of my grid but I can't tell based on the objects.
Is this a bug due to something I've done or is it something others are experiencing?
Content Not Allowed
I'm reposting this here as I think the previous instance I posted this it might have been in the wrong place.
I've been trying to reorder some items inside of a grid editor section, when I start to drag an editor this message appears.
I've dug into the code and found this:
The commented out block is a change I've made to get around the issue. From what I was able to see, it looks as though
area.allowed
is being incorrectly set when the grid rows are being edited and the allow all editors flag is toggled. The values of the area object as presented have.$allowedEditors
set correctly with all values that are available but.allowed
does not.I may be wrong and possibly have incorrectly set up the rows of my grid but I can't tell based on the objects.
Is this a bug due to something I've done or is it something others are experiencing?
My thanks,
John
Sounds like a bug to me, I would encourage you to post an issue at www.GitHub.com/Umbraco so that this can be reproduced and investigated.
is working on a reply...