magenizr / magento2-resetuibookmarks

magenizr/magento2-resetuibookmarks

This Magento 2 module allows you to reset your UI bookmarks such as state of filters, column positions, grid sorting, pagination and so on.

magento2-module Compatibility: 2.4.7-2.4.9 Code Quality: Fail Tests: N/A Security: Pass OSL-3.0

Are you the maintainer of magenizr?

Packagento pulls magenizr's Composer packages from the public registry so buyers can find them here.

Claim the namespace to take ownership, publish new releases directly, and start charging for premium versions.

Claim this namespace →

Magenizr Plus

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

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.

Magenizr ResetUiBookmarks - Backend
Magenizr ResetUiBookmarks - Backend

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 7.x, 8.1

Installation (Composer 2)

  1. Update your composer.json composer require "magenizr/magento2-resetuibookmarks":"1.3.2" --no-update
  2. Use composer update magenizr/magento2-resetuibookmarks --no-install to update your composer.lock file.
Updating dependencies
Lock file operations: 1 install, 1 update, 0 removals
  - Locking magenizr/magento2-resetuibookmarks (1.3.2)
  1. And then composer install to install the package.
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Package operations: 1 install, 0 update, 0 removals
  - Installing magenizr/magento2-resetuibookmarks (1.3.2): Extracting archive
  1. Enable the module and clear static content.
php bin/magento module:enable Magenizr_ResetUiBookmarks

Installation (Manually)

  1. Download the code.
  2. Extract the downloaded tar.gz file. Example: tar -xzf Magenizr_ResetUiBookmarks_1.3.2.tar.gz.
  3. Copy the code into ./app/code/Magenizr/ResetUiBookmarks/.
  4. 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 within your Account Settings page as well as on System > Permissions > All Users > {User} > User Info.
  • 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 table ui_bookmark.
  • Choose between the options All Bookmarks, Saved Filters Only and Keep Saved Filters
  • Select a specific namespace such as Product Listing or Customer Listing. The dropdown is generated based on namespaces stored in the ui_bookmark table.

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.

Contact

Follow us on GitHub, Twitter and Facebook.

History

===== 1.3.2 =====

  • Fix Call to a member function setData() on bool

===== 1.3.1 =====

  • Declare class property to fix issue in PHP 8.2

===== 1.3.0 =====

  • Namespace added so that you can clear bookmarks for a specific grid table

===== 1.2.2 =====

  • 2.4.6 compatibility check
  • Code cleanup
  • Improved $form and $userId check

===== 1.2.1 =====

  • Validation issue ( Cannot read properties of undefined (reading 'settings') ) on Save User action fixed.

===== 1.2.0 =====

  • ResetUiBookmarks Button added to System > Permissions > All Users > {User} > User Info so that bookmarks can be cleared for non-administrator users.

===== 1.1.2 =====

  • setup_version="" removed from module.xml

===== 1.1.1 =====

  • 2.4.x compatibility added
  • Cleanup various files to follow coding standard (EQP, ECG)
  • Remove framework requirement in composer.json

===== 1.1.0 =====

  • Choose between the options All Bookmarks, Saved Filters Only and Keep 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

License

OSL - Open Software Licence 3.0

No changelog yet

The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.

Versions
Version Stability QA Status Compatibility Released
1.3.2 stable Fail Magento 2.4.7-2.4.9 Details 2024-05-23 12:29:57
1.3.1 stable Not tested Not yet tested Details 2023-10-24 22:27:12
1.3.0 stable Not tested Not yet tested Details 2023-04-21 21:28:36
1.2.2 stable Not tested Not yet tested Details 2023-04-19 08:26:34
1.2.1 stable Not tested Not yet tested Details 2022-11-17 11:22:52
1.2.0 stable Not tested Not yet tested Details 2022-10-07 05:17:47
1.1.2 stable Not tested Not yet tested Details 2022-08-23 10:27:34
1.1.1 stable Not tested Not yet tested Details 2022-03-25 12:06:10
1.1.0 stable Not tested Not yet tested Details 2021-04-29 12:02:15
1.0.3 stable Not tested Not yet tested Details 2021-04-22 23:18:04
1.0.2 stable Not tested Not yet tested Details 2020-09-23 09:03:30
1.0.1 stable Not tested Not yet tested Details 2019-03-31 10:00:34
1.0.0 stable Not tested Not yet tested Details 2018-08-18 07:08:04

No dependencies declared

This package's composer.json doesn't declare any required, suggested, replaced, or conflicting packages.

Compatibility

Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 Pass Pass
2.4.8 Pass Pass
2.4.9 Pass Pass

Code Quality

Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge. A phpcs finding can't make a module incompatible.

Static analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

Static analysis results
Tool Status Findings Summary
PHPCS Warning 9 9 warnings (ruleset: Magento2) — 3 auto-fixable with phpcbf
PHPMD Pass 0
Cpd Pass 0
Composer validate Info 1 valid; 1 advisory note (composer validate --strict)

PHPStan

Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 5 5
2.4.8 5 5
2.4.9 5 5

Tests

Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.

Unit tests

Unit tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Integration tests

Integration tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Security

Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.

Security results
Tool Status Findings Summary
Composer audit Pass 0
Malware scan Pass 0
License
OSL-3.0
Authors
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.