It appears that the D6 custom block migration overwrites existing D8 custom blocks. Here's how to test:
Setup
Drupal 6 site
- Start with a fresh D6 site.
- Add two custom blocks, place each in any region (see http://note.io/1f6DEYs).
Drupal 8 site
- Start with a fresh D8 site.
- Add two custom blocks, place each in any region (see http://note.io/1ftnd31).
Migration
Perform a migration using the manifest from https://drupal.org/node/2221805.
Results
- Both D8 custom blocks are still placed in regions.
- Neither D8 custom block is available in the "Custom" section of "Place blocks".
- Both D8 custom blocks are available in the "Custom section of "Place blocks".
- Only one of the D6 custom blocks was placed in a region.
Thanks,
-mike
Comments
Comment #1
berdirWell, that's going to be true for anything is migrated like nodes and users. By design?
Comment #2
chx commentedYes. We can't change IDs because of links therefore anything content-like will conflict and not work.