Actually, correction. Not sure if this is a bug or by design, but we have a file named in the form "mymodule.views_default.inc" which automatically loaded with 6.x-2.0-rc2 but does not with rc4. When I move my hook_views_default_views() implementation in to the module file everything is fine.
And a short-term workaround is this line in my module file:
Comments
Comment #1
bht commentedActually, correction. Not sure if this is a bug or by design, but we have a file named in the form "mymodule.views_default.inc" which automatically loaded with 6.x-2.0-rc2 but does not with rc4. When I move my hook_views_default_views() implementation in to the module file everything is fine.
And a short-term workaround is this line in my module file:
Is this by design or a bug?
Comment #2
greg.harveyWe rolled back in the end, but would like an answer on this, as we will change our code if this is by design. =)
Comment #3
merlinofchaos commentedThere was an API change that your custom module needs to implement. It is fully documented in the Advanced Help, and here: http://views-help.doc.logrus.com/help/views/api-default-views
Comment #4
greg.harveyAh, thank you. Sorry.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.