The UI is totally broken by the core migration system changes in 8.1.x - we need to get it working again.

CommentFileSizeAuthor
#4 2697923-add-migration-ui-4.patch7.48 KBmallezie
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeryan created an issue. See original summary.

geerlingguy’s picture

Noting here for SEO purposes; this is the error message you get upon visiting /admin/structure/migrate:

Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException: The "migration_group" entity type did not specify a list_builder handler. in Drupal\Core\Entity\EntityTypeManager->getHandler() (line 233 of core/lib/Drupal/Core/Entity/EntityTypeManager.php).
mallezie’s picture

To add to the SEO purpose.
You can currently view your migrations command line, using drush migrate-status.

mallezie’s picture

Status: Active » Needs review
FileSize
7.48 KB

And something testable.
I've injected the plugin manager, but still some fixes need to be done, to use an enititylist class to list plugins.

  • mikeryan committed 2422836 on 8.x-2.x authored by mallezie
    Issue #2697923 by mallezie, mikeryan: Make migration UI work with 8.1.x
    
mikeryan’s picture

Status: Needs review » Fixed

Thanks @mallezie for getting this off the ground - I've done further work, so the UI now basically works (still at least a couple of quirks, I'll open up follow-up issues for those).

geerlingguy’s picture

@mikeryan - If you'll be at DrupalCon, I owe you at least one beer_migration. Thanks!

mikeryan’s picture

@geerlingguy - I'll be there!

mallezie’s picture

Woohoo! Thanks! I'll drop in at the followups!

Enjoy NOLA!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.