Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Est:1] [Magento2] Delete variants in update on save #360

Closed
sofia-doofinder opened this issue Nov 26, 2024 · 1 comment · Fixed by #363
Closed

[Est:1] [Magento2] Delete variants in update on save #360

sofia-doofinder opened this issue Nov 26, 2024 · 1 comment · Fixed by #363
Assignees
Labels
bug Tech debt | Errors in the code pluginRangers

Comments

@sofia-doofinder
Copy link
Member

sofia-doofinder commented Nov 26, 2024

Se hizo un refactor en el update on save de magento2 para que si editaba un producto variante no se incluyera en la base de datos de items a actualizar la variante si no el producto padre, así se actualizaba el producto padre y todas sus variantes a la vez porque se habían detectado algunas inconsistencias.

Creo que al hacer este cambio estamos provocando que en el caso de que se borre una variante estamos borrando el producto padre en el update on save. Habría que ajustar esto porque en el caso del borrado si deberíamos incluir en la tabla de base de datos sólo la variante, no el producto padre.

Image

@sofia-doofinder sofia-doofinder added bug Tech debt | Errors in the code pluginRangers labels Nov 26, 2024
@sofia-doofinder sofia-doofinder changed the title [Magento2] Delete variants in update on save [Est:1[Magento2] Delete variants in update on save Dec 2, 2024
@sofia-doofinder sofia-doofinder changed the title [Est:1[Magento2] Delete variants in update on save [Est:1] [Magento2] Delete variants in update on save Dec 2, 2024
@sofia-doofinder sofia-doofinder self-assigned this Dec 17, 2024
@sofia-doofinder sofia-doofinder linked a pull request Dec 17, 2024 that will close this issue
@sofia-doofinder
Copy link
Member Author

Hemos recibido un ticket con este problema: https://github.com/doofinder/support/issues/3108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Tech debt | Errors in the code pluginRangers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant