Skip to content

Commit b4b134a

Browse files
Sergii Kovalenkodanielrenaud
authored andcommitted
MAGETWO-62310: Product "Use Default Value" checkbox for an attributes are unchecked for the new website scope
1 parent 6db74c2 commit b4b134a

File tree

1 file changed

+1
-3
lines changed
  • app/code/Magento/Catalog/Controller/Adminhtml/Product

1 file changed

+1
-3
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product/Save.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,7 @@ private function handleImageRemoveError($postData, $productId)
216216
/**
217217
* Do copying data to stores
218218
*
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
219+
* 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.
222220
*
223221
* @param array $data
224222
* @param int $productId

0 commit comments

Comments
 (0)