Skip to content

Commit a56b987

Browse files
committed
save_parameters_in_session set to true for admin user grid
1 parent e65dac4 commit a56b987

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/User/view/adminhtml/layout/adminhtml_user_grid_block.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<argument name="default_sort" xsi:type="string">username</argument>
1717
<argument name="default_dir" xsi:type="string">asc</argument>
1818
<argument name="grid_url" xsi:type="url" path="*/*/roleGrid"/>
19+
<argument name="save_parameters_in_session" xsi:type="boolean">true</argument>
1920
</arguments>
2021
<block class="Magento\Backend\Block\Widget\Grid\ColumnSet" as="grid.columnSet" name="permission.user.grid.columnSet">
2122
<arguments>

0 commit comments

Comments
 (0)