Problem/Motivation

Recent changes to migration lookup can cause a PluginNotFoundException to be thrown when previously a silent error would be passed through.

Proposed resolution

Catch this exception and silence it to preserve previous behavior.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikelutz created an issue. See original summary.

mikelutz credited quietone.

mikelutz’s picture

mikelutz’s picture

Title: Migration Lookup should catch PluginNotFound Exceptions and ignore them. » Migration Lookup should catch PluginNotFoundException exceptions and ignore them.
Assigned: mikelutz » Unassigned
mikelutz’s picture

Issue summary: View changes

The last submitted patch, 3: 3086952-2.drupal.TEST_ONLY.patch, failed testing. View results

acbramley’s picture

Status: Needs review » Reviewed & tested by the community

Code looks good to me, might be worth linking to the changes that removed the exception handling in the IS?

larowlan’s picture

Status: Reviewed & tested by the community » Fixed

Committed 5a7951f and pushed to 8.8.x. Thanks!

Thanks all

  • larowlan committed 5a7951f on 8.8.x
    Issue #3086952 by mikelutz, quietone: Migration Lookup should catch...

Status: Fixed » Closed (fixed)

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