Hey. Sorry to ask this seemingly dead simple question, but I am really scratching my head how this does not work OOTB. There must be something I’m missing or maybe it is not configured correctly.
I have rooms and buildings collections.
Rooms have MTO association with buildings, and vice-versa, buildings have OTM association with rooms. In my Rails world - room belongs to building and building has many rooms.
All, good, works fine.
But when i display rooms in a table, and i also display an associated building, i want to click on a building to go directly to building record, without opening room > building.
This is so basic… but somehow I can’t make it work.
If this is not possible, it’s a huge drawback.
