Closed (fixed)
Project:
Migrate
Version:
7.x-2.x-dev
Component:
migrate_ui
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Nov 2011 at 10:17 UTC
Updated:
4 Jan 2014 at 01:39 UTC
Jump to comment: Most recent, Most recent file
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.