File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/ConfigurableProduct/Ui/DataProvider/Product/Form/Modifier/Data Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ protected function prepareVariations()
299
299
['id ' => $ product ->getId ()]
300
300
) . '" target="_blank"> ' . $ this ->escaper ->escapeHtml ($ product ->getName ()) . '</a> ' ,
301
301
'sku ' => $ product ->getSku (),
302
- 'name ' => $ this -> escaper -> escapeHtml ( $ product ->getName () ),
302
+ 'name ' => $ product ->getName (),
303
303
'qty ' => $ this ->getProductStockQty ($ product ),
304
304
'price ' => $ price ,
305
305
'price_string ' => $ currency ->toCurrency (sprintf ("%f " , $ price )),
@@ -461,6 +461,6 @@ protected function getVariations()
461
461
*/
462
462
protected function getAttributes ()
463
463
{
464
- return (array )$ this ->configurableType ->getConfigurableAttributesAsArray ($ this ->locator ->getProduct ());
464
+ return (array ) $ this ->configurableType ->getConfigurableAttributesAsArray ($ this ->locator ->getProduct ());
465
465
}
466
466
}
You can’t perform that action at this time.
0 commit comments