Reset Ui Bookmarks
Reset UI Bookmarks becomes an invaluable tool while working daily in the admin panel, especially on Magento® instances with a large catalogue. The regular use of grid filters, applied sorting ( e.g Sales > Orders or Catalog > Product
) or other options provided by third party integrations can cause server time-outs ( depending on the filter combinations ) and make the grid tables unusable. With Reset UI Bookmarks any admin user can reset their filters back to default without having an agency support team involved.
Business Value
Usually a technical person ( e.g developer ) is required to reset those filters back to default. This can be annoying for a client and create unnecessarily noise for a developer team. Here are the advantages of Reset UI Bookmarks.
- A client can reset filters and column positions back to default. A developer is not required.
- A client support team, which usually has no access to the MySQL database can fix broken grid tables without having a developer involved.
- Practical for small businesses, which can not afford expensive agency support.
System Requirements
- Magento 2.3.x, 2.4.x
- PHP 5.6.x, 7.x
Installation (Composer)
- Update your composer.json
composer require "magenizr/magento2-resetuibookmarks":"1.1.0" --no-update
- Install dependencies and update your composer.lock
composer update --lock
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
- Installing magenizr/magento2-resetuibookmarks (1.1.0): Downloading (100%)
Writing lock file
Generating autoload files
- Enable the module and clear static content.
php bin/magento module:enable Magenizr_ResetUiBookmarks --clear-static-content
php bin/magento setup:upgrade
Installation (Manually)
- Download the code.
- Extract the downloaded tar.gz file. Example:
tar -xzf Magenizr_ResetUiBookmarks_1.1.0.tar.gz
. - Copy the code into
./app/code/Magenizr/ResetUiBookmarks/
. - Enable the module and clear static content.
php bin/magento module:enable Magenizr_ResetUiBookmarks --clear-static-content
php bin/magento setup:upgrade
Features
- A red button
Reset UI Bookmarks
is available on theAccount Settings
page for each admin user. - Once a admin user hits the button
Reset UI Bookmarks
, it will clear the history of state of filters, column positions or applied sorting which are stored in the MySQL tableui_bookmark
. - Choose between the options
All Bookmarks
,Saved Filters Only
andKeep Saved Filters
Usage
Simply hit the button Reset UI Bookmarks
to clear the bookmarks and wait for the confirmation Your UI bookmarks were cleared successfully
. After that all filters and grid settings are set back to default. More details are available in the attached user guide.
Support
If you experience any issues, don't hesitate to open an issue on Github. For a custom build, don't hesitate to contact us on Magento Marketplace.
Purchase
This module is available for free on GitHub. If you purchase the module on Magenizr Shop or Magento Marketplace we offer 60 days free support, 90 days warranty and 12 month free updates.
Contact
Follow us on GitHub, Twitter and Facebook.
History
===== 1.1.0 =====
- Choose between the options
All Bookmarks
,Saved Filters Only
andKeep Saved Filters
===== 1.0.3 =====
- Cleanup in
resetuibookmarks.phtml
===== 1.0.2 =====
- Magento 2.4.x compatibility added
===== 1.0.1 =====
- Magento 2.3.1 compatibility added
===== 1.0.0 =====
- Stable version