This might be critical if others can reproduce this. Here's what I'm seeing.

I edited my site slogan on my dev site, went to admin/config/development/configuration/export and exported it, then went to prod site and admin/config/development/configuration/import to import it. The synchronize page correctly showed system.site needing an import. I clicked the button to do so.

Now, it says that both block.block.bartik.breadcrumbs and block.block.seven.breadcrumbs (which are disabled blocks) need import, because their region has changed from -1 to '-1' (a string). Presumably, this is caused by #1653026: [META] Use properly typed values in module configuration.

So that's annoying, but when I go to import the values on the synchronize page, it says it imports them correctly, but the same two config values are back again, same change (-1 to '-1').

I'm stuck in an infinite loop. :(

CommentFileSizeAuthor
#2 block-2105771-2.patch1.5 KBtim.plunkett
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Anonymous’s picture

oh boy. too drunk to dig now, but if this is reproduceable, i'll roll a patch tomorrow.

tim.plunkett’s picture

Status: Active » Needs review
FileSize
1.5 KB
webchick’s picture

Status: Needs review » Closed (duplicate)

I believe this will have been fixed by #2106459: Core config has everything as string.