Closed (fixed)
Project:
Patterns
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2010 at 05:07 UTC
Updated:
22 Nov 2010 at 01:20 UTC
I have deploy a content type using Patterns with fields A & B, and that content type then gets altered independently of Patterns (field C gets added).
If i alter the original pattern so that it now contains fields A, B & D, what happens to field C if i run that pattern again. Is it removed, hidden or left enabled?
Comments
Comment #1
vaish commentedField C will be left as it is. If you want to alter or remove it you need to specify that explicitly in your pattern file.
Comment #2
xtfer commentedThanks.