Clicking 'view' on resource with hasMany relations manager should not open in modal
I defined a relation mgr on a resource (master-detail structure)
Whilst create and edit icons on each record open up as a normal page, the view button opens as a modal.
Its kind of hard to zero in to this specific issue in the docs, how can I achieve it (i.e. no modal)?
2 Replies
Create a view page for the record. https://filamentphp.com/docs/3.x/panels/resources/viewing-records
Thanks, missed this. But now after doing it, the create stopped working. Gives 404 not found. So I will try to manually create but is this normal or something else must be wrong with my set up?
Nope, seems I can't manually make a 'create' page like done for 'view'. How can I troubleshoot this issue? The Pages subfolder under the Resource folder has a CreateInvoice.php. why does it return 404 not found error?
Been troubleshooting for 2 hours now 😥