I thought the "noMove" option would be what I need (https://github.com/processwire/processwire-issues/issues/1994), but it actually just prevents moving pages from one parent to another. What I'd like to have is an option to prevent moving pages under the same parent. Maybe a "noSort" option?
Optional: Steps that explain the enhancement
In ProcessWire we often need pages for data storage, just like here:
It does not hurt a lot to have those pages sortable, but I'd prefer to disable it in this case.
Short description of the enhancement
I thought the "noMove" option would be what I need (https://github.com/processwire/processwire-issues/issues/1994), but it actually just prevents moving pages from one parent to another. What I'd like to have is an option to prevent moving pages under the same parent. Maybe a "noSort" option?
Optional: Steps that explain the enhancement
In ProcessWire we often need pages for data storage, just like here:
It does not hurt a lot to have those pages sortable, but I'd prefer to disable it in this case.
Thx a lot for considering it!