Skip to content

Commit 30c5b03

Browse files
MAGETWO-48516: Most of category fields don't have Use Default Value option in Store/StoreView scope on the redesigned category page
1 parent 3f1de00 commit 30c5b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Category/DataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ private function addUseDefaultValueCheckbox(Category $category, array $meta)
194194
&& $category->getStoreId();
195195
$attributePath = $this->getArrayManager()->findPath($attributeCode, $meta);
196196

197-
if (!$attributePath || !$canDisplayUseDefault) {
197+
if (!$attributePath || !$canDisplayUseDefault || $attribute->getFrontendInput() === 'image') {
198198
continue;
199199
}
200200

0 commit comments

Comments
 (0)