Open sebastian-marinescu opened 1 year ago
getList
probably needs to be getlist
I've just tested it, you`re right 👍 I'll prepare a PR now.
Do you think all actions have to be lowercased?
MODX3 just got stricter and I believe needs the casing to match the file name. In most of my extras that's lowercase but others may have getList.class.php and need it uppercased.
Thanks for that PR!
You are very much welcome. Thanks for your awesome Extras 😉
On a dummy-site that I use to test and document the upgrade-process to MODX3, I see an empty list when opening QSB:
The list calls the connector with the action
mgr/sets/getList
, which results in an unsuccessful response:MODX Version 3.0.3-pl, QuickstartButtons-Version 1.3.0-pl, PHP 8.0