odiseoteam / SyliusReportPlugin

Report Plugin for Sylius. This plugin add a report interface to the Sylius administration. Some reports comes with this bundle but you can create your custom reports.
MIT License
31 stars 10 forks source link

odiseo_sylius_report.model.report.class param is missing #6

Closed pierre-H closed 5 years ago

pierre-H commented 5 years ago

Hello,

Thank you for your work !

With a fresh install of this plugin with Sylius 1.4.3 and Symfony 4.2.7, there is this error : You have requested a non-existent parameter "odiseo_sylius_report.model.report.class".

Any idea how to fix that ? I could add a custom parameter but that's not really clean ...

songecko commented 5 years ago

Hello @pierre-H . Yes, like the Readme explain you need to put the plugin bundle before the SyliusResourceBundle on the bundles.php.

Regards.

pierre-H commented 5 years ago

Ok ! Thank you for your answer !