File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Backend/view/adminhtml/templates/widget/form
Reports/Controller/Adminhtml/Report Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 19
19
<?php break ;
20
20
case 'column ' : ?>
21
21
<?php break ;
22
- case 'hidden ' : ?>
23
- <input type="<?= /* @escapeNotVerified */ $ element ->getType () ?> " name="<?= /* @escapeNotVerified */ $ element ->getName () ?> " id="<?= $ element ->getHtmlId () ?> " value="<?= /* @escapeNotVerified */ $ element ->getValue () ?> ">
24
- <?php break ;
25
22
case 'select ' : ?>
26
23
<span class="form_row">
27
24
<?php if ($ element ->getLabel ()): ?> <label for="<?= $ element ->getHtmlId () ?> "><?= /* @escapeNotVerified */ $ element ->getLabel () ?> :</label><?php endif ; ?>
Original file line number Diff line number Diff line change @@ -56,9 +56,6 @@ protected function _isAllowed()
56
56
case 'coupons ' :
57
57
return $ this ->_authorization ->isAllowed ('Magento_Reports::coupons ' );
58
58
break ;
59
- case 'shipping ' :
60
- return $ this ->_authorization ->isAllowed ('Magento_Reports::shipping ' );
61
- break ;
62
59
case 'bestsellers ' :
63
60
return $ this ->_authorization ->isAllowed ('Magento_Reports::bestsellers ' );
64
61
break ;
You can’t perform that action at this time.
0 commit comments