We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 212a533 + 46b702a commit ecc8928Copy full SHA for ecc8928
app/code/Magento/UrlRewrite/view/adminhtml/layout/adminhtml_url_rewrite_index.xml
@@ -14,6 +14,8 @@
14
<argument name="id" xsi:type="string">urlrewriteGrid</argument>
15
<argument name="dataSource" xsi:type="object">Magento\UrlRewrite\Model\ResourceModel\UrlRewriteCollection</argument>
16
<argument name="default_sort" xsi:type="string">url_rewrite_id</argument>
17
+ <!-- Add below argument to save session parameter in URL rewrite grid -->
18
+ <argument name="save_parameters_in_session" xsi:type="string">1</argument>
19
</arguments>
20
<block class="Magento\Backend\Block\Widget\Grid\ColumnSet" as="grid.columnSet" name="adminhtml.url_rewrite.grid.columnSet">
21
<arguments>
0 commit comments