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
There are 2 bugs when updating the product list from the related tab on a Category edition page.
To reproduce
Edit a category
Open the "Category Products" tab
Uncheck a product that currently is in the category
Save
What happens
The product is not indexed with the category removed. It still appears on the category page whereas it is not anymore part of it.
Expected
The product must not have the legacy category as part of its category nested data.
It must not appear in the category.
Related issue
The same occurs when checking a product in the "Category Products" tab from the category page. The product currently is not displayed in the category, whereas it should.
Notes
It seems to be related to a flaw in \Smile_ElasticSearch_Model_Observer::reindexCategoryAfterSave.
The text was updated successfully, but these errors were encountered:
There are 2 bugs when updating the product list from the related tab on a Category edition page.
To reproduce
What happens
The product is not indexed with the category removed. It still appears on the category page whereas it is not anymore part of it.
Expected
The product must not have the legacy category as part of its
category
nested data.It must not appear in the category.
Related issue
The same occurs when checking a product in the "Category Products" tab from the category page. The product currently is not displayed in the category, whereas it should.
Notes
It seems to be related to a flaw in
\Smile_ElasticSearch_Model_Observer::reindexCategoryAfterSave
.The text was updated successfully, but these errors were encountered: