I've found various recipes/threads with the scenario where have a content type A node and want to display in a sidebar block, all the related content type B nodes, with the relationship based on an entity reference field on content type B. Example and another
I've attempted to adapt these instructions to my situation, without success. My case is sort of flipped.
Content type: Resource
Content type: Source
Entity reference field: On the Resource content type, named source_select
So I have a bunch of Resource nodes that have a single source selected for each.
What I want to do:
On each Resource node, I want to show info from fields of its one related Source in a sidebar block.
What happens:
For every combination of configuration options I've been able to think of or draw from other threads, etc., I get an empty block.
One example:
View display: block
View filter: published = yes
Contextual filter: Content: Source (field_select_source)
Provide default: enabled
Default type: Content ID from URL
I feel like I'm missing something obvious--and I've successfully built working contextual filter blocks before in D7, but I don't have any of those sites operating now and can't remember what the secret was and can't seem to crack it again now.