Hello,
We are currently using Sylius 1.0.4 with your bundle for our project, but are having a few problems. These are not problems directly linked to your bundle, but after implementation into our solution. We tried using the dev-symfony3 branch which fixes problems related to the composer.json, but are left with these :
- Annotations:
@ParamConverter("article", class="ED\BlogBundle\Interfaces\Model\ArticleInterface", converter="abstract_converter") This is an examplTThis is an example, but every ParamConverter crashes the application.
- User (BlogUserInterface): we are using the Sylius User class and are having a problem with the parameter’s type. If we remove the consraint in your bundle it works fine.
The only solution I have found at the moment is to modify your bundle directly, but I’m not satisfied with that solution for many reasons...
Do you have a better solution ?
I didn't know where to post this, but if you could help me I would be very grateful
Have a good day.
Hello,
We are currently using Sylius 1.0.4 with your bundle for our project, but are having a few problems. These are not problems directly linked to your bundle, but after implementation into our solution. We tried using the dev-symfony3 branch which fixes problems related to the composer.json, but are left with these :
@ParamConverter("article", class="ED\BlogBundle\Interfaces\Model\ArticleInterface", converter="abstract_converter")This is an examplTThis is an example, but every ParamConverter crashes the application.The only solution I have found at the moment is to modify your bundle directly, but I’m not satisfied with that solution for many reasons...
Do you have a better solution ?
I didn't know where to post this, but if you could help me I would be very grateful
Have a good day.