F
Filament11mo ago
Abi

Editing RelationManagers on View Resource

Is it possible to allow edit functionality of relation managers on View Record
3 Replies
Abi
Abi11mo ago
I have a use-case where the fields of the Parent Resource are not allowed to be edited but only new items can be added to the relation manager. The data for the Parent Resource are generated from a remote API data. Since I don't have a form for the Parent Resource, I only want to show CRUD functionality for the Relations. Is there a way to enable CRUD for the relations on the resource's View Page or do I have to go in for a custom view for this?
Abi
Abi11mo ago
Just to allow editing, I have to use the Edit Resource and this is how it shows.
No description
Abi
Abi11mo ago
Either hide the form of the parent resource or allow editing for relations on the View Resource