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

Class 'Sylius\Component\Order\Model\OrderInterface' does not exist #3

Closed vasilvestre closed 5 years ago

vasilvestre commented 5 years ago

Hello,

Following the instructions I got this error when I choose to access a report

More informations :

This happen in dataFetcher, when they try to get metadata of OrderInterface class. The message mean that the class can't be found. Putting my own class in APpBundle\Entity work.

odiseoteam commented 5 years ago

Hi @vasilvestre. new version has been released. Please, feel free to open a new issue if you have problems again.

vasilvestre commented 5 years ago

Hi @vasilvestre. new version has been released. Please, feel free to open a new issue if you have problems again.

Really nice ! I'm upgrading sylius and install this soon :) Great work for sure !