Skip to content

Function is unnecessarily called multiple time #15355

Closed
@saurabh-parekh

Description

@saurabh-parekh

Preconditions

  1. Magento 2.2.4
  2. PHP 7.1.15
  3. MySQL 14.14
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Event: dmcdindiaFixed in 2.1.xThe issue has been fixed in 2.1 release lineFixed in 2.2.xThe issue has been fixed in 2.2 release lineFixed in 2.3.xThe issue has been fixed in 2.3 release lineIssue: Format is validGate 1 Passed. Automatic verification of issue format passed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions