- Issue created by @dinarcon
- 🇬🇧United Kingdom joachim
The problem seems to be caused by this line:
> #[CLI\Topics(topics: ['migrate'])]
If I remove it then the problem goes away.
I'm not sure what it's supposed to refer to, as AFAICT there aren't any Drush topics in the Migrate Tools module, and the Drush migrate topic is specifically NOT about Migrate Tools.
- 🇬🇧United Kingdom joachim
It looks like it's a bug in Drush 11. In Drush 12 it's fine.
- Status changed to Needs review
12 months ago 7:50pm 29 November 2023 - last update
12 months ago 36 pass - heddn Nicaragua
Fixing the error mentioned here and getting rid of a deprecation error
- 🇺🇸United States lpeabody
This is still happening for me with Drush 12, and the patch doesn't apply.
- Status changed to Needs work
2 months ago 10:18am 18 September 2024 - 🇬🇧United Kingdom joachim
Seeing this on Drush 13.
+++ b/src/Drush/Commands/MigrateToolsCommands.php @@ -127,7 +126,7 @@ public function dependencyTree($migration_names = '', array $options = [ - $migration_dependencies = $migration->getMigrationDependencies(); + $migration_dependencies = $migration->getMigrationDependencies(TRUE);
This looks like an unrelated change.