The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1090 Modules
617 Ready
473 Need Help
🏆 Leaderboard
Actively Maintained v1.0.0

UI Bookmark Reset

aimanecouissi/module-ui-bookmark-reset-admin-ui

Adds an admin grid listing the current user saved UI bookmark namespaces and lets you reset (delete) those saved grid states via row or mass action, useful for clearing corrupted or unwanted grid view configurations.

1
Downloads
Below average
0
GitHub Stars
2mo ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
2 errors , 19 warnings
L1 PHPStan

Tested on Magento 2.4.9

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.0.0 on Magento 2.4.9
Jun 1, 2026

Share This Module's Status

UI Bookmark Reset Magento compatibility status badge

README

Loaded from GitHub

AimaneCouissi_UiBookmarkResetAdminUi

Adds Reset actions to the Admin → System → Other Settings → UI Bookmarks grid. The module exposes saved UI bookmark namespaces for the current Admin user and lets those saved grid states be reset from the Admin.

Installation

composer require aimanecouissi/module-ui-bookmark-reset-admin-ui
bin/magento module:enable AimaneCouissi_UiBookmarkResetAdminUi
bin/magento setup:upgrade
bin/magento cache:flush

Usage

Open the Admin → System → Other Settings → UI Bookmarks grid. The grid lists unique UI bookmark namespaces for the current Admin user, including Namespace, Created, Modified, and Actions columns.

Use the Reset row action or Reset mass action to delete saved UI bookmark state for selected namespaces.

Uninstall

bin/magento module:disable AimaneCouissi_UiBookmarkResetAdminUi
composer remove aimanecouissi/module-ui-bookmark-reset-admin-ui
bin/magento setup:upgrade
bin/magento cache:flush

Changelog

See CHANGELOG for all recent changes.

License

MIT

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.