Closed
Description
We're current facing an issue that the product data has been inserted to an incorrect flat table.
Preconditions (*)
- Magento version 2.3.3 with Sample Data
- Enable Catalog Product Flat.
- Index mode for Catalog Product Flat: Update on save
Steps to reproduce (*)
- Create 2 new websites, for each website, create one store view (let say the store view id for website 1 is 2, store view id for website 2 is 3).
- Come to any product detail, try to assign this product to website 1, then click Save.
Expected result (*)
- Product information just insert to flat table of the website that product is assigned to (in this case, this table is catalog_product_flat_2)
Actual result (*)
- Product information has been inserted for all product flat table (in this case, include catalog_product_flat_3)
After i run php bin/magento indexer:reindex catalog_product_flat
all invalid data has been removed (in this case, this product information has been removed in catalog_product_flat_3 ).
Please help to check it again.
Thanks.
Metadata
Metadata
Assignees
Labels
Gate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentIndicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branch