Skip to content

Commit 04b6f2a

Browse files
authored
ENGCOM-4655: Fixes issue - #21824. "save_parameters_in_session" set to true for admin user grid #22128
2 parents 8695ac3 + 54d68b9 commit 04b6f2a

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)