I added a node type which displays an EVA to a feature.
Is there a way to have that detect the view containing the EVA as a dependency?

Comments

pasqualle’s picture

this is more a support request for features module than bug in eva.

joachim’s picture

Project: EVA: Entity Views Attachment » Features
Category: bug » feature

Ok; reassigning.

hefox’s picture

Project: Features » EVA: Entity Views Attachment

More a feature request for EVA to hook into feature exporting to add views when exporting (if desired). Features does have core views export handling, but not eva specific and my preference would be for EVA to have this logic.

there's a pipe alter hook for node types; in that scan for relavent views and add the view names to the pipe.

joachim’s picture

Status: Active » Needs review
StatusFileSize
new1.04 KB

Here's a patch.

mkadin’s picture

This patch adds eva as a dependency, but it doesn't add the specific view that is embedded by eva. It's a step in the right direction, but a bit more is needed.

mkadin’s picture

Status: Needs review » Needs work
deastlack’s picture

Has the above patch, or something like it been added to the currently available dev version?