Skip to content

Commit 27303c5

Browse files
ENGCOM-4655: Fixes issue - #21824. 'save_parameters_in_session' set to true for admin user grid #22128
- Merge Pull Request #22128 from jayankaghosh/magento2:issue-21824 - Merged commits: 1. a56b987
2 parents 4a28abb + a56b987 commit 27303c5

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)