Regression in AZTrellisEventSource #3557
Labels
bug
Something isn't working
high priority
Must get done for this milestone
trellis
Work associated with Trellis
Milestone
Describe the bug
In #3419,
AZTrellisEventSource
was converted fromMigrateSource
toMigrateProcess
, causing the plugin to not be available for the migration that uses it. It appears that MigrateSource is not yet available as an Attribute-style plugin annotation, per Plugins converted from Annotations to Attributes in 10.3.0. This probably slipped our notice since we have far more process plugins than source plugins.To Reproduce
Import from the Trellis import form. Not the following error:
Proposed resolution
Convert plugin back to source plugin.
The text was updated successfully, but these errors were encountered: