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

Fix Controller Definitions #20

Closed revoltek-daniel closed 1 year ago

revoltek-daniel commented 1 year ago

Add second colon to avoid errors like:

The controller for URI "/_fragment" is not callable: Controller "odiseo_sylius_report_plugin.controller.report:embedAction" does neither exist as service nor as class.

bigboss86 commented 1 year ago

Thanks @revoltek-daniel