Problem/Motivation
Running a D7 -> D9 site migration (using migrate_upgrade) results in the menu links migration failing to identify that it should not run before taxonomy term migrations, so menu links that point to taxonomy term pages end up failing.
Steps to reproduce
Have a D7 site that includes menu links to taxonomy terms.
Run a migration to D9.
Proposed resolution
Change the menu_links migration so that it runs after all terms.
Remaining tasks
Work out the best solution.
Provide a fix.
User interface changes
n/a
API changes
n/a
Data model changes
n/a
Release notes snippet
TBD