Closed (duplicate)
Project:
Drupal core
Version:
8.8.x-dev
Component:
configuration system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Jun 2016 at 08:54 UTC
Updated:
13 Mar 2019 at 19:23 UTC
Jump to comment: Most recent
Comments
Comment #2
chi commentedConfiguration Management module has no D8 release. I suppose you are dealing with Drupal core configuration system.
Comment #3
abhaysaraf commentedYes. Drupal core configuration system.
Comment #4
jonathanshawI have the same or related issue.
I created new fields and added them to both existing and new content types. When I import them into an upstream environment, the import is successful.
But on the Configuration synchronisation page (and in drush), I'm told that "core.entity_view_display.node.content_type_name.teaser" has changed.
The diff shows active as correctly having the fields as hidden:field_name:true, but staging simply has hidden:{}. Staging is actually right, that is what the YAML has.
So the teaser configuration is getting automatically updated on import, adding in the new fields, in some way that either didn't ever happen on the dev environment or happened and didn't get exported.
Comment #7
xem8vfdh commented+1
I am experiencing this too
Comment #8
calbasiI am experiencing this too (drupal 8.2.x)
Comment #13
WorldFallz commentedFor anyone following/confused by these issues, I believe the work is going on at #2915036: Display mode configurations don't get updated with new fields.