Closed (won't fix)
Project:
Features
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2009 at 21:32 UTC
Updated:
22 Aug 2012 at 20:17 UTC
I have a feature which defines two content types. I added a node reference field to one of them, that allows referencing of the other. However, features is not recognising the additional field as an override and so I am unable to update the feature code using drush features update.
The only way I can get it to pick up the new node reference field is by removing the other (referenced) content type from the feature. This is obviously no good as the feature is suposed to define two content types with a reference between them.
Comments
Comment #1
q0rban commentedCan you confirm if this is still happening?
Comment #2
rupertj commentedI think I've seen this issue in 6.x-1.0-beta5. (Although mine may or may not be different - depending on how mrfelton built his content types).
I had a feature containing 2 content types, one containing a CCK field that the other did not contain. When I added the field to the other content type, features did not notice the difference. (Although doing a Recreate successfully exported the both content types with the field on them).
Comment #3
mpotter commentedClosing this for lack of activity. Please re-open this issue if you can reproduce it in the latest version.