backdrop-contrib / reference

Defines a field to allow Backdrop entities to reference each other.
GNU General Public License v2.0
4 stars 6 forks source link

Rendered entities do not use their configured layout #73

Closed oadaeh closed 3 years ago

oadaeh commented 3 years ago

When I create a layout and apply it to a node or content type, and then I create a reference somewhere that points to that node or one of that content type, and if I specify that the display of that reference should use the Rendered entity field formatter, configured to use the Fill content View Mode, I expect the rendered entity to use the layout I defined for it, and not use a generic (or the default) layout.

Was that clear? :)

oadaeh commented 3 years ago

I labeled this as an enhancement, but I feel like it's a bug, considering how Backdrop is all about its layouts.

oadaeh commented 3 years ago

Okay, I found out this problem is from core, not this module, so I'm closing this.