Skip to content

Commit f2afc3b

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 dd78e93 commit f2afc3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,7 @@ private function addUseDefaultValueCheckbox(Category $category, array $meta)
200200
if (
201201
!$attributePath
202202
|| !$canDisplayUseDefault
203-
|| in_array($attributeCode, $this->elementsWithUseConfigSetting
204-
)
203+
|| in_array($attributeCode, $this->elementsWithUseConfigSetting)
205204
) {
206205
continue;
207206
}

0 commit comments

Comments
 (0)