- Issue created by @donquixote
On the migration execute UI page, the checkbox "update" also means that all dependencies will be updated.
This is quite annoying, especially if a dependency migration takes much longer than the actual migration.
Create migrations with inter-dependencies.
Run the dependency migration completely.
Visit a dependent migration "Execute" page.
Check "update" and set limit = 1 (or leave the limit untouched).
Execute.
Expected behavior:
Only one row of the dependent migration is migrated.
Actual behavior:
First the complete dependency migration is imported.
Then the one row from the dependent migration is migrated.
(and all of the dependent migration is marked for update for next run, I believe)
Provide separate options for "update" and "update dependencies".
Active
6.0
Code