Closed (fixed)
Project:
Weight
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2018 at 01:21 UTC
Updated:
6 Jun 2020 at 11:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
ziomizar commentedHi @DamienMcKenna ,
I had a look at the migration api to see how it works.
Based on the telephone core module this should be very close to what we need to migrate from d7.
This patch has not been tested and is just a first try/ work in progress
Comment #3
damienmckennaThanks excellent, thanks! I'll try to get time in the next few days to try it out.
Comment #4
Christopher Riley commentedTried the patch but when I try to migrate the content I get the following:
Plugin (weight) instance class "Drupal\weight\Plugin\migrate\field\d7\Weight" does not exist.
Suggestions?
Comment #5
ovidenov commentedThe namespace of the example in #2 is wrong.
Instead of:
use:
Comment #6
muaz7731tweak patch from #2 with changes from @ovidenov.. I tested it myself.. it works
Comment #7
muaz7731Comment #9
ziomizar commentedThanks,
Added commit credit to @muaz91 for testing and fix the patch.