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.
"This content is not allowed here" prevents reordering
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.
My thanks,
John
Also having this issue in 8.9.1
Workaround: Instead of selecting "Allow all editors" on your grid row configuration, if you manually select the editors it allows you to reorder.
is working on a reply...