We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ecea7 commit 78fdec4Copy full SHA for 78fdec4
app/code/Magento/Ui/Component/Bookmark.php
@@ -82,11 +82,11 @@ public function prepare()
82
}
83
84
85
- $this->setData('config', array_replace_recursive($config, $this->getConfiguration($this)));
+ $this->setData('config', array_replace_recursive($config, $this->getConfiguration()));
86
87
parent::prepare();
88
89
- $jsConfig = $this->getConfiguration($this);
+ $jsConfig = $this->getConfiguration();
90
$this->getContext()->addComponentDefinition($this->getComponentName(), $jsConfig);
91
92
0 commit comments