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

yhahn’s picture

Status: Active » Postponed (maintainer needs more info)

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

joachim’s picture

It was a filter that had only that content type, eg a view of just blog nodes.

mpotter’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Closing this for lack of activity. Please re-open this issue if you can reproduce it in the latest version.