Feature(s) impacted
I have a belongsTo
relationship between 2 collections called Requests and Lawyers, where a Request belongs to a Lawyer. This is displayed in the Related Data section of the lawyers. On top of this I have another belongsTo
relationship between 2 collections called Requests and Cases, where a Request belongs to a Case. This is displayed as a reference to the Cases collection, by displaying the title. When the title is not present, the id will be displayed for the case. Here lies the problem: Even if we have a title, when we display the Lawyers → Requests as Related data → The Case reference is displayed as the id and not the title.
Observed behavior
Described above. In addition to that, what is pretty weird is that if I click on the Request or on the Case id reference, the title gets quickly loaded and, if I go back the the view from related data, the title gets filled in.
This image shows how it looks before I click on one of the Requests:
This screenshot is took after I click on a request:
Context
- Project name: jurata
- Team name: Jurata
- Environment name: Development
- Agent type & version:
- Recent changes made on your end if any: