So, this module will display entities that are referred ON another entity - but I wonder, can the relationship be reversed? i.e., can the module cope with displaying the entities that refer to it via some method?

For example, in the classic gallery scenario (one node per image, one node per album) we have an album that is effectively naught but a container. So, we have an entity ref field on the image type, and refer to an album. But of course, then we can't display the images on the album node, unless I'm missing a trick...?

You can certainly do this with EVA module (given that it's views, which naturally supports both forward and back references) as it adheres the view to any node you want. Just wondering if we can do that here somehow.

Comments

mogtofu33’s picture

This module is just a field formatter for the entityreference, so it does not handle the reference or any backward reference, you should look at something like this http://drupal.org/project/cer

Regards.

mogtofu33’s picture

Issue summary: View changes
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.