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

mpotter’s picture

Status: Active » Closed (cannot reproduce)

Are 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.

damienmckenna’s picture

I was using a version from two days ago, it is indeed working correctly now, thanks :)