Skip to content

Commit 2f0074a

Browse files
committed
MAGETWO-62310: Product "Use Default Value" checkbox for an attributes are unchecked for the new website scope
1 parent a816c41 commit 2f0074a

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ private function handleImageRemoveError($postData, $productId)
216216
/**
217217
* Do copying data to stores
218218
*
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.
219+
* If the 'copy_from' field is not specified in the input data,
220+
* the store fallback mechanism will automatically take the admin store's default value.
220221
*
221222
* @param array $data
222223
* @param int $productId

0 commit comments

Comments
 (0)