evolution-cms / evolution

Welcome to the new evolution of MODX Evolution!
GNU General Public License v3.0
260 stars 96 forks source link

[3.2.3] Tree sorting ignores resource id if called from icon above the tree #2126

Open elcreator opened 1 year ago

elcreator commented 1 year ago

Tree sorting ignores selected (or highest parent resource id available for logged in manager) resource id if called from icon above the tree but works if called from the context menu. I.e. it always calls backend with id=0 if called from the icon but calls with the resource id if called from the context menu on this resource. It leads to inability to sort for everyone except admin who has rights for resource with id = 0

Seiger commented 1 year ago

@elcreator Can You share screen

elcreator commented 1 year ago

Screenshot 2023-08-29 192610

Seiger commented 1 year ago

Please, check it with last updade core to version 3.2.3.

elcreator commented 1 year ago

no, it was not helpful. Looks like it was only merged to 3.2.3 without additional fixes (I already performed updating this file from June 16 commit before).

elcreator commented 1 year ago

just try to create non-admin manager user, assign to his group some resources, login with this profile and press on Sort button above the tree. Also here is my config regarding access to the root path: image