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?
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 1331870.eva_.features-entity-type-dependency.patch | 1.04 KB | joachim |
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?
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 1331870.eva_.features-entity-type-dependency.patch | 1.04 KB | joachim |
Comments
Comment #1
pasquallethis is more a support request for features module than bug in eva.
Comment #2
joachim commentedOk; reassigning.
Comment #3
hefox commentedMore 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.
Comment #4
joachim commentedHere's a patch.
Comment #5
mkadin commentedThis 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.
Comment #6
mkadin commentedComment #7
deastlack commentedHas the above patch, or something like it been added to the currently available dev version?