Problem/Motivation
With the migrate_plus module, there's a UI for migrations that shows when they last ran. Scheduled migrations don't update this last imported value, which is a bit confusing.
Proposed resolution
Update that value when the migration runs.
Remaining tasks
Code it up!
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | migrate_scheduler-migrate_plus_imported_date-3213539-2.patch | 818 bytes | dshields |
Issue fork migrate_scheduler-3213539
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
dshields commentedHere's one way to do that.
Comment #3
dshields commentedComment #4
bluegeek9 commentedIt works for me.
Comment #7
bluegeek9 commented@dshields Thank you for your contribution to the project.