processwire / processwire-requests

ProcessWire feature requests.
40 stars 0 forks source link

Please add an option to prevent moving pages in the page tree #548

Open BernhardBaumrock opened 3 hours ago

BernhardBaumrock commented 3 hours ago

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:

image

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!

BernhardBaumrock commented 2 hours ago

Update: I changed sort settings for "RockCommerce" to "title", now I get this:

image

For this page the move button is hidden, but not for this:

image

Any ideas what is the issue?