We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db74c2 commit b4b134aCopy full SHA for b4b134a
app/code/Magento/Catalog/Controller/Adminhtml/Product/Save.php
@@ -216,9 +216,7 @@ private function handleImageRemoveError($postData, $productId)
216
/**
217
* Do copying data to stores
218
*
219
- * In case when 'copy_from' didnt specified we suppose, that data should be taken
220
- * from default values (from admin store). For this we have fallback, and there is no need
221
- * to copy data between 0 store and some speficic store
+ * If the 'copy_from' field is not specified in the input data, the store fallback mechanism will automatically take the admin store's default value.
222
223
* @param array $data
224
* @param int $productId
0 commit comments