Skip to content
Snippets Groups Projects
Commit 664258fd 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 632dfa04
No related merge requests found
......@@ -169,6 +169,9 @@ class DataProvider extends \Magento\Ui\DataProvider\AbstractDataProvider
parent::__construct($name, $primaryFieldName, $requestFieldName, $meta, $data);
}
/**
* @inheritdoc
*/
public function getMeta()
{
$meta = parent::getMeta();
......
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