I have views that require node types defined with hook_node_info.
When I add these views to a feature, it does not mark the module that defines the node types as a dependency.
I have views that require node types defined with hook_node_info.
When I add these views to a feature, it does not mark the module that defines the node types as a dependency.
Comments
Comment #1
yhahn commentedWhat part of the View in particular has a hard dependency on the node types you're referring to? It's quite possible for a view to refer to a node type without establishing a hard dependency, e.g. a node type filter on a view that filters content to book, blog, and event doesn't always imply that the view is dependent on the presence of the book, blog, and event node types.
Comment #2
joachim commentedIt was a filter that had only that content type, eg a view of just blog nodes.
Comment #3
mpotter commentedClosing this for lack of activity. Please re-open this issue if you can reproduce it in the latest version.