Closed (cannot reproduce)
Project:
Features
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2013 at 15:50 UTC
Updated:
3 Apr 2013 at 15:20 UTC
After updating a feature with the new field configuration (#1064472: separate fields from field instances), "features-diff" will still show the old "features[field][]" items as being overridden even though the features-list does not show the feature as being "overridden".
Comments
Comment #1
mpotter commentedAre you sure you are using the latest version (2.0-beta2)? That bug was fixed in the commit shown at the bottom of the #1064472: separate fields from field instances thread. I just did this with a previously existing feature:
1) "drush fu featurename"
2) manually removed the old featurename.field.inc file
3) "drush cc all"
then doing
"drush fd featurename"
does not show me any of the old [field] stuff, so it looks like it's working fine here.
Comment #2
damienmckennaI was using a version from two days ago, it is indeed working correctly now, thanks :)