Problem/Motivation
hi
identical variables names are generated in BR from a view with relationship using same field twice
Steps to reproduce
Suppose we wanted to create a BR loops that will use result of a view (that previously have been configured)
- The view's configuration is going to display fields of - a nodeA that has a renference field to a nodeB
- in my view, i wanted to display content type's name of both node A and node B. This mean that i need to configure relationship to be able to display the Content type's name of nodeB.
- in view, twig's field name for content type of nodeA will be {{ title }} and variable generated by result of view in BR will be {{ myviewdisplayname->title }}
For me this logically mean that for nodeB in view that have {{ title_1 }}, in BR it is going to be {{ myviewdisplayname->title_1 }}
But right now in BR for both content type name variable are the same :
{{ myviewdisplayname->title }}

Proposed resolution
is it not possible to have in BR {{ myviewdisplayname->title }}
and {{ myviewdisplayname->title_1 }} as result ?
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| identicalvariablebbadev.lndo_.site_.png | 162.58 KB | delacosta456 |
Comments
Comment #2
delacosta456 commentedComment #3
delacosta456 commentedComment #4
delacosta456 commentedComment #5
delacosta456 commentedComment #6
delacosta456 commented