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: use resource real classes in data fetchers #4

Closed cyrosy closed 5 years ago

cyrosy commented 5 years ago

This MR is a fix for #3 My code is based on the latest tag (1.1.0) instead of master, because it breaks many things (UserRegistration data fetcher linked to OrderInterface, DATE() function not recognized by Doctrine) and I needed to fix this in my project quickly.

I could rebase it on top of master, but maybe this could be tagged as-is as 1.1.1 ?

odiseoteam commented 5 years ago

Hi @cyrosy ! We have made some changes to improve perfomance, code quality and we plan to add more data fetchers. Also we'll fix the automated test and release a new version. With that the problem you reported will be fixed. That will be on the end of the next week. Thanks for your feedback. Will be notice you soon.

vasilvestre commented 5 years ago

@odiseoteam any news ?

odiseoteam commented 5 years ago

Hi @cyrosy, a new version has been released. Please check if the problem you reported is fixed right now.