aimanecouissi/module-indexer-grid-mass-reindex

Add a Reindex mass action to the Admin indexer grid

Maintainers

Package info

github.com/aimanecouissi/magento2-module-indexer-grid-mass-reindex

Type:magento2-module

pkg:composer/aimanecouissi/module-indexer-grid-mass-reindex

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-04-30 21:32 UTC

This package is auto-updated.

Last update: 2026-04-30 21:33:01 UTC


README

Latest Stable Version Total Downloads Magento Version License PHP Version Require

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.

License

MIT