monsieurbiz / SyliusRichEditorPlugin

This plugin add a rich editor on fields to be able to drag and drop elements and edit it.
MIT License
65 stars 35 forks source link

Avoid error on save empty Youtube URL #186

Closed maximehuran closed 1 year ago

maximehuran commented 1 year ago

Avoid 500 when saving empty Youtube URL

Symfony\Component\Validator\Violation\ConstraintViolationBuilder::setParameter(): Argument #2 ($value) must be of type string, null given, called in /Users/mhuran/Sites/SyliusRichEditor/apps/sylius/vendor/monsieurbiz/sylius-rich-editor-plugin/src/Validator/Constraints/YoutubeUrlValidator.php on line 32
jacquesbh commented 1 year ago

Thank you @maximehuran !