Once upon a time (a couple of months ago), a cckfield plugin for link fields was created in #2448501: Use the migrate cckfield plugin type for the link field. There was an intention to create plugins for text fields and file fields as well, but those plans got lost in the flow. It's time to rectify that.
The attached patch moves file field processing from the LoadEntity load plugin into a dedicated cckfield plugin.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | interdiff-2528688-0-4.txt | 1.1 KB | phenaproxima |
| #4 | 2528688-4.patch | 4.62 KB | phenaproxima |
| migrate_drupal-cckfield-filefield-plugin.patch | 3.78 KB | phenaproxima |
Comments
Comment #1
phenaproximaComment #2
benjy commentedLooks good, thanks.
Comment #3
benjy commentedJust realised, I think we need to remove filefield_widget: file_generic from field_instance_widget_settings? Also, make sure it's handled in the CCK field plugin.
Comment #4
phenaproximaDone.
Comment #6
phenaproximaUm, what?
Comment #8
ultimikeThanks for picking up my slack - I wanted to take care of these conversions but the free time to do so never materialized...
-mike
Comment #9
alexpottCommitted 23fde8d and pushed to 8.0.x. Thanks!