File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
app/code/Magento/Catalog/view/adminhtml Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 21
21
<referenceContainer name =" content" >
22
22
<uiComponent name =" product_listing" />
23
23
<block class =" Magento\Catalog\Block\Adminhtml\Product" name =" products_list" />
24
+ <block class =" Magento\Backend\Block\Template" template =" Magento_Catalog::product/grid/url_filter_applier.phtml" />
24
25
</referenceContainer >
25
26
</body >
26
27
</page >
Original file line number Diff line number Diff line change
1
+ <?php
2
+ /**
3
+ * Copyright © Magento, Inc. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
6
+
7
+ /** @var $block \Magento\Backend\Block\Template */
8
+ ?>
9
+ <script type="text/x-magento-init">
10
+ {
11
+ "*": {
12
+ "Magento_Ui/js/grid/url-filter-applier": {}
13
+ }
14
+ }
15
+ </script>
You can’t perform that action at this time.
0 commit comments