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-30 21:32 UTC
Requires
- php: ^8.3
- magento/framework: 103.0.*
README
Adds a Reindex mass action to the Admin → System → Tools → Index Management grid. The module lets permitted Admin users reindex selected indexers directly from the indexer 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 the Admin → System → Tools → Index Management grid. The Reindex mass action appears in the mass action selector for Admin users with the Reindex index permission and runs reindexing for the selected indexers.
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.