Relations in infolist
Hello,
It is possible to display editable relations ( edit, create, delete) in an infolist view page like in on edit page ?
Thank you !
1 Reply
Ok reply to myself ,
just add
public function isReadOnly(): bool { return false; } to the relation Manager
public function isReadOnly(): bool { return false; } to the relation Manager