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-12 00:18 UTC

This package is auto-updated.

Last update: 2026-04-12 00:18:49 UTC


README

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

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.

License

MIT