aimanecouissi / module-ui-bookmark-reset-admin-ui
Reset Admin UI bookmark from the Admin panel
Package info
github.com/aimanecouissi/magento2-module-ui-bookmark-reset-admin-ui
Type:magento2-module
pkg:composer/aimanecouissi/module-ui-bookmark-reset-admin-ui
Requires
- php: ^8.3
- magento/framework: 103.0.*
README
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.