Lift_Kara_De
Opening related resource in its own page
Yeah. I udnerstand the point on losing the hierarchy. Maybe i can make the modal much larger to accommodate more data while staying withn the page (https://github.com/filamentphp/filament/discussions/5468) or lose the hierarchy and go to the url anyway.
15 replies
Opening related resource in its own page
I don't require them on the edit page but rather on the view page. Here's the actual thing.
On clicking on the "version" it shows the details in a modal. I just need it to open in a new page. Plugin hasMany Versions
15 replies
Opening related resource in its own page
@Dennis Koch Thanks! I don't think mine is a case of nested resources. I have a Software Resource which hasMany SoftwareVersions. My issue is at the UI level, where adding a relationManager as a table will list out the SoftwareVersions on the Software page but clicking it only shows SoftwareVersion info in a modal and not in its own page
15 replies