Hi

Since updating to RC2 recently, i've noticed that context components permanently show as "overridden" in the Features interface. If you have a context in an existing feature (ie built prior RC2), then update the feature (via 'drush fu' for example), you will see that the context reports as being overridden by Features.

Checking the diff, the only change seems to be in the lines

-  $context = new stdClass;
+  $context = new stdClass();

Any help/suggestions appreciated, otherwise it might be a case of rolling back to RC1 for me

Drupal version: 7.12
Features version: 7.x-1.0-rc1

Comments

merlinofchaos’s picture

Status: Active » Closed (won't fix)

This is a flaw in how features determines overridden state. CTools reports the flag specifically but Features is not using it. Nothing we can do about that.

rich.3po’s picture

Title: Contexts permanently show as overridden on update to RC2 » Contexts permanently show as overridden on update to ctools RC2
Project: Chaos Tool Suite (ctools) » Features
Version: 7.x-1.0-rc2 » 7.x-1.0-rc1
Component: Bulk Exporter » Ctools
Status: Closed (won't fix) » Active

Ok well the issue still remains so i dont see the sense in closing it.

If its more applicable to Features i'll move it there for review.

mpotter’s picture

Status: Active » Postponed (maintainer needs more info)

Can you install the latests 1.x-dev version of Features to verify the problem still exists? rc1 had an issue with context.

neochief’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)
neochief’s picture

Status: Closed (duplicate) » Postponed (maintainer needs more info)
rich.3po’s picture

Status: Postponed (maintainer needs more info) » Needs review

Thanks for the input.

As far as i can tell, upgrading to latest Features dev release fixes the issue. I'm also now running the newer version of CTools that was released recently, ie 7.x-1.0

hefox’s picture

Status: Needs review » Closed (duplicate)

Needs review implies there's a patch

being that this sounds fixed, sounds like it was a dup of an earleir issue.