Skip to content

Commit 664258f

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 632dfa0 commit 664258f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ public function __construct(
169169
parent::__construct($name, $primaryFieldName, $requestFieldName, $meta, $data);
170170
}
171171

172+
/**
173+
* @inheritdoc
174+
*/
172175
public function getMeta()
173176
{
174177
$meta = parent::getMeta();

0 commit comments

Comments
 (0)