Skip to content

Commit

Permalink
Merge pull request #36 from mageplaza/2.4-develop
Browse files Browse the repository at this point in the history
2.4-develop
  • Loading branch information
Shinichi69 authored Dec 28, 2021
2 parents ec298f9 + 2349384 commit 8226a0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"mageplaza/module-core": "^1.4.5"
},
"type": "magento2-module",
"version": "4.1.2",
"version": "4.1.3",
"license": "proprietary",
"authors": [
{
Expand Down
8 changes: 5 additions & 3 deletions view/adminhtml/templates/menu.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ try {
} catch (Exception $e) {
$date = [];
}
$menu = $block->getMenuUrls() ?: [];
$menu = $block->getMenuUrls() ?: [];
$storeFilterUrl = $block->getUrl('mpreports/details/storefilter', ['form_key' => $block->getFormKey()]);
?>
<div id="menu" class="mp_menu" data-mage-init='{"Mageplaza_Reports/js/detail/menu":{
Expand All @@ -49,7 +49,7 @@ $storeFilterUrl = $block->getUrl('mpreports/details/storefilter', ['form_key' =>
<?php endforeach; ?>
</ul>
</div>
<div class="date-range-picker" data-mage-init='{"initDateRange":{"date":<?= /** @noEscape */ $block->getDate() ?>}}'>
<div class="date-range-picker">
<div id="daterange">
<i class="fa fa-calendar"></i>
<span></span>
Expand Down Expand Up @@ -93,7 +93,9 @@ $storeFilterUrl = $block->getUrl('mpreports/details/storefilter', ['form_key' =>
name="<?= /** @noEscape */ $status['value'] ?>"
id="<?= /** @noEscape */ $status['value'] ?>">
<label class="admin__field-label"
for="<?= /** @noEscape */ $status['value'] ?>"><?= /** @noEscape */ $status['label'] ?></label>
for="<?= /** @noEscape */ $status['value'] ?>">
<?= /** @noEscape */ $status['label'] ?>
</label>
</div>
<?php endforeach; ?>
</div>
Expand Down

0 comments on commit 8226a0c

Please sign in to comment.