You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick update button doesn't work in MODX 3 with Collections 4. Works fine with MODX 2.6.5.
In the collection view configuration, add a "quickupdate" button to "General Settings" -> "Context menu items"
For example: view,edit,quickupdate,duplicate,publish,unpublish,-,delete,undelete,remove,-,unlink
In the context menu, the link to the controller is visible, but does not work (nothing happens at all)
But there is an error in the MODX error log: [2023-05-13 11:00:42] (ERROR @ /var/www/public/core/src/Revolution/modX.php : 1788) Unable to load processor for action "MODX\Revoltion\Processors\Resource\Get", it does not exist as an autoloadable class that extends \MODX\Revolution\Processors\Processor, and also not as a file in "/var/www/public/core/src/Revolution/Processors/MODX\Revoltion\Processors\Resource\Get.class.php"
The text was updated successfully, but these errors were encountered:
Quick update button doesn't work in MODX 3 with Collections 4. Works fine with MODX 2.6.5.
In the collection view configuration, add a "quickupdate" button to "General Settings" -> "Context menu items"
For example:
view,edit,quickupdate,duplicate,publish,unpublish,-,delete,undelete,remove,-,unlink
In the context menu, the link to the controller is visible, but does not work (nothing happens at all)
But there is an error in the MODX error log:
[2023-05-13 11:00:42] (ERROR @ /var/www/public/core/src/Revolution/modX.php : 1788) Unable to load processor for action "MODX\Revoltion\Processors\Resource\Get", it does not exist as an autoloadable class that extends \MODX\Revolution\Processors\Processor, and also not as a file in "/var/www/public/core/src/Revolution/Processors/MODX\Revoltion\Processors\Resource\Get.class.php"
The text was updated successfully, but these errors were encountered: