odiseoteam / SyliusVendorPlugin

This is a Sylius Plugin that add vendors (brands) to your store. The vendors is an entity that sells products and are fully customizable by the admin.
https://odiseo.io
MIT License
59 stars 21 forks source link

Bugs related to sylius 1.9 latest version of sylius #17

Closed aa-ahmed-aa closed 3 years ago

aa-ahmed-aa commented 3 years ago

Will list some issues i encounter with the bundle on the new version of sylius

Versions

##### Version
PHP 7.4.16
Symfony 4.4.20
Sylius 1.9.0
Bundle 1.3

1 strict option is not existed

Problem

image

Solution

when i tried to edit these two files

  1. src/Resources/config/validation/VendorEmail.yaml
  2. src/Resources/config/validation/Vendor.yaml and remove the strict: true it worked fine

2 Template References

Problem

image

Solution

here src/Resources/config/routing/admin/vendor.yaml, i replaced this section templates: SyliusAdminBundle:Crud with templates: '@SyliusAdmin\\Crud'

bigboss86 commented 3 years ago

New version has been released with this fixes! Thanks @aa-ahmed-aa