F
Filament7mo ago
bwdev1

Managing relationships - creating the ability to navigate to a child element

Hello, currently my data is structured as follows: Project -> (hasmany) Concepts -> (hasmany) Images. I would like to have the ability to click on a Project, which would show off its related Concepts, which then could be clickable which would let the user see that particular Concept and it's associated Images. The first part of this task is easy and I've already done it using https://filamentphp.com/docs/3.x/panels/resources/relation-managers . However, if I click on a Project, I am missing the functionality of being able to view the child entry - or to be more precise, while I do have the ability to 'view', 'edit' and 'delete', the 'view' does not show me the children (Images) of Concept, it just shows me details about that one Concept.
0 Replies
No replies yetBe the first to reply to this messageJoin