The Link module supports links with empty URL, displaying just the title. Such links are missed by the Migrate module because of the line
$values = array_filter($values);
in link.migrate.inc.
The Link module supports links with empty URL, displaying just the title. Such links are missed by the Migrate module because of the line
$values = array_filter($values);
in link.migrate.inc.
Comments
Comment #1
ronino commentedMarking as duplicate of #2537248: Allow title without url on migration