Skip to content

Commit 77ff046

Browse files
committed
MAGETWO-93807: [Forwardport] Some improvements on product create|edit page in admin area
1 parent 92cd52d commit 77ff046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/ProductRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ public function get($sku, $editMode = false, $storeId = null, $forceReload = fal
242242
);
243243
}
244244

245-
$product = $this->getById($productId, $editMode, $storeId, $forceReload);
245+
$product = $this->getById($productId, $editMode, $storeId, true);
246246

247247
$this->cacheProduct($cacheKey, $product);
248248
$cachedProduct = $product;

0 commit comments

Comments
 (0)