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 1919 <?php break ;
2020 case 'column ' : ?>
2121 <?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 ;
2522 case 'select ' : ?>
2623 <span class="form_row">
2724 <?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()
5656 case 'coupons ' :
5757 return $ this ->_authorization ->isAllowed ('Magento_Reports::coupons ' );
5858 break ;
59- case 'shipping ' :
60- return $ this ->_authorization ->isAllowed ('Magento_Reports::shipping ' );
61- break ;
6259 case 'bestsellers ' :
6360 return $ this ->_authorization ->isAllowed ('Magento_Reports::bestsellers ' );
6461 break ;
You can’t perform that action at this time.
0 commit comments