The classy_paragraphs_test feature exports the "Body" field. If you're exporting the same field in another module Features complains about it "Conflicts with: classy_paragraphs_test (Disabled) in field_base [body]".
Refactor classy_paragraphs_test so body is not used.
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | class_paragraphs-body_field-2450659-10.patch | 2.75 KB | ivan zugec |
| #7 | class_paragraphs-body_field-2450659-7.patch | 2.01 KB | micnap |
| #4 | classy_paragraphs-body_field-2450659-4.patch | 1.12 KB | micnap |
Comments
Comment #1
ivan zugec commentedComment #2
ivan zugec commentedNo longer required.
Comment #3
micnap commentedReopening this. I've got the dev version of classy_paragraphs installed and it is indeed creating a conflict with another feature that included the body field base. Still seeing this in /classy_paragraphs/tests/classy_paragraphs_test.features.field_base.inc:
Am I missing something?
Comment #4
micnap commentedDon't know if it's as simple as excluding the field. If so, here's a patch for it.
Comment #5
damienmckennaComment #6
damienmckennaYou'll also need to add a features_exclude line to the info file.
Comment #7
micnap commentedAh, yes. Here's another patch with the features_exclude. Thanks, Damien!
Comment #8
micnap commentedComment #10
ivan zugec commentedThanks @micnap for the patch and @DamienMcKenna for the tip.
Instead of removing the field, I've simply renamed it to field_cp_body.
Comment #12
ivan zugec commentedThanks everyone.
Patch has been committed.