Skip to content
Snippets Groups Projects
Commit f2afc3b8 authored by Oleh Posyniak's avatar Oleh Posyniak
Browse files

MAGETWO-48516: Most of category fields don't have Use Default Value option in...

MAGETWO-48516: Most of category fields don't have Use Default Value option in Store/StoreView scope on the redesigned category page
parent dd78e932
No related merge requests found
...@@ -200,8 +200,7 @@ class DataProvider extends \Magento\Ui\DataProvider\AbstractDataProvider ...@@ -200,8 +200,7 @@ class DataProvider extends \Magento\Ui\DataProvider\AbstractDataProvider
if ( if (
!$attributePath !$attributePath
|| !$canDisplayUseDefault || !$canDisplayUseDefault
|| in_array($attributeCode, $this->elementsWithUseConfigSetting || in_array($attributeCode, $this->elementsWithUseConfigSetting)
)
) { ) {
continue; continue;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment