astorm / pestle

A collection of command line scripts for Magento 2 code generation, and a PHP module system for organizing command line scripts.
MIT License
533 stars 101 forks source link

Pestle modules are having security key/form issues in Magento 2.3 #505

Closed astorm closed 5 years ago

astorm commented 5 years ago

Seems like this might be the problem: https://github.com/magento/magento2/blob/5e07374555d09fca3522a19bb8f5e6e9d389a1a7/app/code/Magento/Backend/App/Request/BackendValidator.php#L173

astorm commented 5 years ago

OK, the above is a farwded controller that's missing a list -- the real problem seems to be the controller is missing from vendor/magento/framework/App/Router/ActionList.php

astorm commented 5 years ago

Yeah -- so it seems like Magento isn't picking up the controller files in the composer based module paths. LONG SIGH HOBBIES ARE SUPPOSED TO BE FUN.

astorm commented 5 years ago

Magento thinks my controllers are in this folder.

/Users/alanstorm/Sites/magento-2-3-x/project-community-edition/extensions/pulsestorm-helloworld/

So -- I still need to get etc registration.php and composer.json sorted out.