loevgaard / SyliusBrandPlugin

A Sylius plugin to enable the association of brands to your products
MIT License
30 stars 29 forks source link

Cant select brand on product edit page. #210

Open gansky-alexander opened 1 year ago

gansky-alexander commented 1 year ago

I set a Sylius 1.12.3 + loevgaard/sylius-brand-plugin 2.2.1 Migrated a database. Added new brand and all is okay until this. But can't set it for product. I face next error message: The controller for URI \"\/admin\/ajax\/brand\/search\" is not callable: Controller \"loevgaard_sylius_brand.controller.brand:indexAction\" does neither exist as service nor as class.

How can i fix it?

gansky-alexander commented 1 year ago

I got working solutions from Sylius slack, so issue is in route settings. All routes must be ::indexAction and not :indexAction.

@loevgaard , do you have a plan to add support for Suliys 1.12 ?