Relation manager attach one-to-many
I have a relation manager between
projects
and purchace_invoices
(one-to-many).
In the relation manager I want to be able to attach existing purchase invoices to a project, but I cant see to figure out how.Solution:Jump to solution
```
Action::make('aankoopfactuurKoppelen')
->color('gray')
->form([
Select::make('id')...
3 Replies