Maxime
Maxime
Hi @t-n-y, Yes, it's possible to use the `EntityType::class` in your form type. You just need to define a [data transformer](https://symfony.com/doc/current/form/data_transformers.html). Example with a "Page" entity from another [beautiful plugin](https://github.com/monsieurbiz/SyliusCmsPagePlugin):...
@t-n-y, That's right!
Hi @cbastienbaron! In fact, because of the [`monsieurbiz_search_post`](https://github.com/monsieurbiz/SyliusSearchPlugin/blob/9122b37d5b69c9b4f0b0300088f477bd2f8f7b1f/src/Resources/config/routing/shop.yaml#L10) route, you can POST an empty value and this causes a 500 error. Instead of the PR #202, I suggest generating a...
@cbastienbaron, I pushed a new commit on your PR to throw a 404
@GSadee I opened another issue #15954, and I suggested another fix in #15955. I think you can close my issue and the PR that were opened before this one
Hi @jakubtobiasz, I can't reproduce the -1 positions… But if you look at the "maxPosition" (via xdebug or similar) when saving product positions in Jeans taxon, you'll see that it's...
Hi @TheMilek! I think you can close the issue and the related PR, as @GSadee has merged another fix from PR #16477
It's “easy” to make `jolicode/automapper` 8 compatible with PHP 8.2 min, but version 9 brings many changes
@oallain what do you think of this proposal?
Hi @Wojdylak, I'm not comfortable with Behat. Can you give me an example of a scenario that would do something similar?