Context menu to "Purge" or "Restore" single resource inside trash manager is not working when user doesn't have the sudo flag.
Context menu is not showing up via right click.
Context menu should be visible via right click.
MODX 2.7.0 advanced
The problem is (as I understand) in line 130 , file \core\model\modx\processors\resource\trash\getlist.class.php
$canEdit = $this->modx->hasPermission('edit');
I can't find permission EDIT, we have only SAVE
Thats why clients do not see context menu on _manager/?a=resource/trash_ page
I will fix this
Fixed #15482
Most helpful comment
I will fix this