We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77af5d6 commit 8e23ebfCopy full SHA for 8e23ebf
app/code/Magento/Catalog/Controller/Adminhtml/Product/Save.php
@@ -128,7 +128,7 @@ public function execute()
128
129
$originalSku = $product->getSku();
130
$canSaveCustomOptions = $product->getCanSaveCustomOptions();
131
- $product->save();
+ $product = $this->productRepository->save($product);
132
$this->handleImageRemoveError($data, $product->getId());
133
$this->getCategoryLinkManagement()->assignProductToCategories(
134
$product->getSku(),
0 commit comments