- Issue created by @ericgsmith
- Issue was unassigned.
- Status changed to Needs review
7 months ago 3:08am 28 August 2024 - 🇳🇿New Zealand ericgsmith
I have tested this with Drush 13 / PHP 8.3
Help command:
drush help menu-entity-index:rebuild-index Rebuild index. Examples: menu-entity-index:rebuild-tracker Rebuild the index for all tracked menus. menu-entity-index:rebuild-tracker main Rebuild the index for a menu with ID of main. Arguments: [menu] Menu id
Indexing without argument:
drush menu-entity-index:rebuild-index > [notice] Scanning 131 menu links for referenced entities. > [notice] Completed scanning of menu links.
Indexing with argument:
drush menu-entity-index:rebuild-index main > [notice] Scanning 131 menu links for referenced entities. > [notice] Completed scanning of menu links.
Attempting to index menu that does not exist:
drush menu-entity-index:rebuild-index foobar [ERROR] Menu foobar is not a valid tracked menu.
- 🇫🇷France Jérôme Dehorter Lille
Hi,
The patch works with Drupal 10.3 and MIE 8.x-1.6
Thanks - 🇫🇷France Jérôme Dehorter Lille
Hi,
I use menu-entity-index:rebuild-index main to index my main menu but I need to index moderation statefor unpublished content. Index with the form works well but command menu-entity-index:rebuild-tracker not working.Command "menu-entity-index:rebuild-tracker" is not defined.
Can you tell me how to do that ?