How to enable relation manager create, edit, delete while on View Page?
I want to make the user able to modify the relation model, but I not the parent model. What's the best solution? Thanks
5 Replies
Action has been added, but currently only showing in edit page
ur policy allow it to be edited?
I havent setup any policy
You need to disable readOnly mode:
https://filamentphp.com/docs/3.x/panels/resources/relation-managers#read-only-mode
Is there something similar for the parent model? (where I can enable edit mode on off dynamically)