Hi,
It would be great to display the group name of a migration on the migration dashboard (and when we use the "drush ms" command) to be able to quickly see and a migration use the group feature and what migration belong to wich group.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | without-space-changes.diff.txt | 1.66 KB | marvil07 |
| #4 | 0001-Issue-1350284-Let-drush-migrate-status-show-migratio.patch | 4.53 KB | marvil07 |
| #1 | 1350284.display_migration_group.patch | 2.02 KB | haza |
Comments
Comment #1
hazaThe patch is attached.
Group is display on "admin/content/migrate" and also when using "drush ms"
A quick look on what it may look like :
What do you think about that ?
Comment #2
mikeryanActually, what I always had in mind (but never got around to implementing) is visually grouping the migrations, something like this for drush ms:
Comment #3
drewish commented+1 on the grouping. i'd rather not see the list get any wider.
Comment #4
marvil07 commentedHere a patch for migrate-status output.
I first tried with one drush table per group, but I end up doing it all in one table because IMHO that looks easier to read(all columns at the same width).
In the other side, I guess it is ok to have one more column on the web version at migrate_ui. We could have the grouped html tables(but yet it could be the same problem I mentioned on the last paragraph).
Comment #5
marvil07 commentedbtw, here a ignore-all-space-version of the patch for easier review.
Comment #6
wusel commented+1 on the grouping #5.
My suggestion for the "Migrate UI":
Add the group on all tabs "Overwiew" of the group, if needed.
Comment #7
mikeryanCommitted to D6 and D7, thanks!
Leaving this issue open for the sake of migrate_ui...
Comment #8
mikeryanTagging for 2.6.
Comment #9
mikeryanThis was committed to the wizard_api branch, which is now merged to 7.x-2.x.