webgriffe/SyliusAkeneoPlugin

Admin user mass product update button

Opened this issue · 1 comments

I'm always frustrated when the client creates a new product attribute in Sylius that is already present in Akeneo. The only way to update the attribute on the products is to launch with the CLI command a mass update.

It would be a good idea to let the admin user trigger a mass update of all the products.

An alternative solution can be a listener on product attribute creation that trigger an update from Akeneo.

Yes @lamasfoker, I agree with you.

An alternative solution can be a listener on product attribute creation that trigger an update from Akeneo.

I don't think this would be a good solution, maybe in some cases, you will not import all products just after adding a single attribute populated only in one product.