- last update
11 months ago 777 pass, 4 fail - last update
11 months ago 790 pass - last update
10 months ago 791 pass - 🇮🇱Israel jsacksick
Main thing I'm worried about here is duplicating a product with thousands of variations... Even though that concern is also valid for the Product::postSave() logic as we loop over all variations there... This potentially has to be improved btw...
Main thing I'm worried about here is duplicating a product with thousands of variations
This probably is a more general issue, as you mentioned, and maybe it's best to be tackled on a separate issue.
This potentially has to be improved btw
+1
- 🇺🇸United States rhovland Oregon
rhovland → changed the visibility of the branch 3042258-allow-products-to to hidden.
- 🇺🇸United States rhovland Oregon
rhovland → changed the visibility of the branch 3042258-allow-products-to to active.
- 🇺🇸United States rhovland Oregon
One bug we noticed today: The created time of the old product gets duplicated. The creation time should be set to when the duplicate is created.
- Status changed to Needs work
3 months ago 2:25pm 19 August 2024 - 🇺🇸United States rhovland Oregon
rhovland → changed the visibility of the branch 3.0.x to hidden.
- Merge request !352#3042258 bojanz, abx, matthiasm11, igorbarato, s.messaris, walkingdexter, rhovland: Product duplication → (Open) created by rhovland
- 🇺🇸United States rhovland Oregon
Created a new branch for 3.0.x. Attempted to address the creation time issue.