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 39ec4fa commit 2cb892dCopy full SHA for 2cb892d
app/code/Magento/SalesRule/Model/Rule/DataProvider.php
@@ -103,6 +103,8 @@ public function getData()
103
$rule->setDiscountQty($rule->getDiscountQty() * 1);
104
105
$this->loadedData[$rule->getId()] = $rule->getData();
106
+ $labels = $rule->getStoreLabels();
107
+ $this->loadedData[$rule->getId()]['store_labels'] = $labels;
108
}
109
$data = $this->dataPersistor->get('sale_rule');
110
if (!empty($data)) {
0 commit comments