What are the steps required to reproduce the bug?

I have site 1 and a clone of site 1 called site 2
on site 1 I added a boolean field to a content type
I exported the site 1 config
imported the site 1 config into site 2
hit the "import all" button on the synchronize page

What behavior were you expecting?

expected site 2 to now contain the boolean field on the content type

What happened instead?

I got the following error

Unexpected error during import with operation create for field.storage.node.field_spurious_boolean: The entity storage "Drupal\webprofiler\Entity\EntityStorageDecorator" for the "field_storage_config" entity type does not support imports

Can't find anything in Google of D.O for this error

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

smerth created an issue. See original summary.

dawehner’s picture

Project: Drupal core » Devel
Version: 8.0.0 » 8.x-1.x-dev
Component: configuration system » devel

Let's move to devel.

lussoluca’s picture

Component: devel » webprofiler
Status: Active » Needs review
FileSize
3.21 KB

Hi smerth,
could you please try with this patch?

smerth’s picture

Hi lussoluca, I can confirm this fixes the problem. Thanks for the quick turn-around!

  • lussoluca committed a3e3693 on 8.x-1.x
    Issue #2624662 by lussoluca: The entity storage "Drupal\webprofiler\...
lussoluca’s picture

Status: Needs review » Closed (fixed)

Committed and pushed to 8.x-1.x-dev.
Thanks!