In Site-A I have a Dummy content type with a Delete me field. The content type's configuration was successfully migrated to Site-B.

When the Delete me field is deleted from Site-A, I cannot figure the correct CM workflow that would remove the Delete me field from the Dummy content type in Site-B.

Can someone help me through with a point form how-to ?

Thanks

Comments

bisonbleu’s picture

Added a related issue.

bisonbleu’s picture

Aha!, there is no function/ui that can do this at the present time.

See ongoing/unresolved parent issue: [META] Define how to delete Configurations

@johnnydarkko is suggesting the following workflow for manually deleting an image field in Site-A and then Site-B.

  1. Delete the field.node.field_image.article.inc file on dev
  2. Remove field from article node type on dev
  3. + Stop tracking field_image on dev*
  4. Delete the field.node.field_image.article.inc file on production
  5. Remove field from article node type on production
  6. + Stop tracking field_image on production*

* This is required to get a clean bill of health (no errors) from CM.