aimanecouissi / module-indexer-grid-mass-reindex
Add a Reindex mass action to the Admin indexer grid
Package info
github.com/aimanecouissi/magento2-module-indexer-grid-mass-reindex
Type:magento2-module
pkg:composer/aimanecouissi/module-indexer-grid-mass-reindex
1.0.0
2026-04-12 00:18 UTC
Requires
- php: ^8.3
- magento/framework: 103.0.*
README
Adds a Reindex mass action to the Admin → System → Tools → Index Management grid.
Installation
composer require aimanecouissi/module-indexer-grid-mass-reindex bin/magento module:enable AimaneCouissi_IndexerGridMassReindex bin/magento setup:upgrade bin/magento cache:flush
Usage
Open Admin → System → Tools → Index Management, select one or more indexers, and choose Reindex from the Actions dropdown. The action is listed first in the dropdown and is only available to users with the Reindex index permission under System → Tools.
Uninstall
bin/magento module:disable AimaneCouissi_IndexerGridMassReindex composer remove aimanecouissi/module-indexer-grid-mass-reindex bin/magento setup:upgrade bin/magento cache:flush
Changelog
See CHANGELOG for all recent changes.