- Issue created by @benjifisher
- Merge request !10874Add the lookup_migrations option to the menu_link_parent process plugin β (Open) created by benjifisher
- πΊπΈUnited States benjifisher Boston area
In my opinion, the
menu_link_parent
process plugin should not be doing a migration lookup at all. That should be left to the migration plugin. Of course, this process plugin was added a long time ago, before thenull_coalesce
process plugin was added, so at the time it would have been awkward for the migration to handle it. For BC, we want to keep doing the same thing (by default). - πΊπΈUnited States benjifisher Boston area
Tests are passing. This issue is ready for review.
- heddn Nicaragua
Nice improvement to an existing migration to make this more flexible. There's tests that are passing. LGTM.