Closed
Description
Preconditions
- Magento 2.2.4
- PHP 7.1.15
- MySQL 14.14
- Ubuntu
Steps to reproduce
Function is unnecessarily called multiple time.
app/code/Magento/CurrencySymbol/view/adminhtml/templates/grid.phtml
Expected result
<?php $block->getCurrencySymbolsData();?>
should be used only single time.
Actual result
<?php $block->getCurrencySymbolsData();?>
is used multiple times in the same file.