I'm not sure if this is an issue with me, EVA or Fieldable Panels Panes (I'm happy to move it to the FPP issue queue if it makes more sense there) but I'm having trouble getting views to attach to Fieldable Panels Panes. I've tried with multiple views, no arguments and such just to check and also tested the same EVA on other entities and it works fine.

Once I create the entity display, it appears on the manage display part of the Fieldable Panel Pane as it should along with the other fields (which are displaying fine). I select visible but it doesn't show up. Is there some conflict going on here? Am I missing something obvious? Other view attachment modules and embedding the view via PHP seems to work but EVA is exactly the type of functionality I'm looking for so it would be beautiful to get it working.

Any help would be much very appreciated.

Comments

FilipNest’s picture

Project: EVA: Entity Views Attachment » Fieldable Panels Panes (FPP)

I'm sorry if moving this over to this queue is wrong, I just thought there might be a bigger chance of someone reading this having used both modules. Has anyone successfully used Fieldable Panels Panes with EVA? I'm having no success (though all other uses of both modules work fine) so just want to check.

geek-merlin’s picture

Title: EVA on Fieldable Panels Panes » EVA fields in content panels not shown
Project: Fieldable Panels Panes (FPP) » Chaos Tool Suite (ctools)
Component: Code » Page Manager
Category: support » bug

I can confirm that there is an issue with EVA fields in node content panels not showing up. (Without FPP.)

Looks like EVA and Ctools/Panels don't play nice together.
A wild guess is that the field-content-type-plugin (where is it?) calls hook_entity_view() but not hook_entity_view_alter() that EVA uses.

So ctools page manager seems the best guess to me where to file this.

cassio’s picture

Issue summary: View changes

Hi. I just wanted to report I'm still seeing this in Drupal 7.56 with everything updated. (I am not using FPP, but I have played with it in the past.)