modxcms / Collections

An Extra for MODX Revolution that provides for Resource Collections managed by CollectionContainer Resources
GNU General Public License v2.0
53 stars 37 forks source link

Quick Edit not working for collection children in v4 beta #347

Closed RuthEd closed 1 year ago

RuthEd commented 2 years ago

Clicking Quick Edit on a child does not result in pop-up-box. The error log shows: \core\src\Revolution\modX.php : 1784) Unable to load processor for action "MODX\Revoltion\Processors\Resource\Get" There is more than that, but that seems to be the relevant bit - I have no idea where "Revoltion" which probably should be "Revolution" comes from.

Thanks

RuthEd commented 2 years ago

I've found it! \assets\components\collections\js\mgr\widgets\category\collections.grid.resources.js line 936 reads: action: 'MODX\Revoltion\Processors\Resource\Get' Adding the "u" makes Quick Edit work as expected.

Thanks