After creating a new content type in DEV, and then in STAGE importing the exported DEV; After successful import, I find below file in in CHANGED state(STAGE)(1 Changed).
core.entity_view_display.node.my_node_type.teaser
| Comment | File | Size | Author |
|---|---|---|---|
| d8issue.png | 24.64 KB | abhaysaraf |
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.