You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: