Updated: Comment #N

Problem/Motivation

1. Create node type, remove body, add another field
2. Import into a site
3. New body field has been created and the related files are shown as difference in the config sync overview

Proposed resolution

Remaining tasks

User interface changes

API changes

CommentFileSizeAuthor
#2 2109705-2.patch1.5 KBswentel
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Berdir’s picture

We just discussed that we can simply set $node_type->set('create_body', FALSE) in $something::importCreate() because we never want it to be auto-created, if there is one, it will be imported separately.

swentel’s picture

Status: Active » Needs review
FileSize
1.5 KB

Let's see if this triggers failures

Status: Needs review » Needs work

The last submitted patch, 2109705-2.patch, failed testing.

alexpott’s picture

Status: Needs work » Closed (duplicate)