The way VG implements hook_views_default_views_alter (in views_gallery_views_default_views_alter and views_gallery_slideshow_views_default_views_alter) is causing Ctools/Features to show any feature module's exported views as being overridden, even though they are not. Disabling VG, or commenting out the alter hooks fixes the issue.

For the fix, see http://drupal.org/node/744450#comment-3852002 (more info http://drupal.org/node/986932)

CommentFileSizeAuthor
#1 views_gallery_causing-1257054-1.patch671 bytesjlandfried
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

joshuajabbour’s picture

Issue summary: View changes

add second info link

jlandfried’s picture

Issue summary: View changes
Status: Active » Needs review
FileSize
671 bytes

I know this module isn't being developed anymore, but I figured I'd add this for anyone who comes across this issue.

This patch prevents the features from being overridden. The alterations are now only being applied to the 'gallery' view if it's included in the array of views passed to the function.