demo-cqrs-hooks-usage-module icon indicating copy to clipboard operation
demo-cqrs-hooks-usage-module copied to clipboard

Results 3 demo-cqrs-hooks-usage-module issues
Sort by recently updated
recently updated
newest added

Installed this demo module and got this error when navigating to customer edit page. Prestashop Version is 1.7.6. Attempted to load class "GetReviewerSettingsForForm" from namespace "DemoCQRSHooksUsage\Domain\Reviewer\Query" ![Screenshot 2020-06-25 at 3...

In the example module there is no variable _PS_VERSION_ which can cause security cracks by allowing access to the module's main file directly. Is that correct?

In module version 1, the Reviewer model is being persisted in the database using ObjectModel. https://github.com/friends-of-prestashop/demo-cqrs-hooks-usage-module/blob/master/src/Entity/Reviewer.php In a future version of this module, we could demonstrate the use of Doctrine...