Relationmanager update rooted relations
Hello,
I'm trying to figure out how to save related attributes in a relation manager.
In first instance, I had to write a new table query, because the one given by Filament by default doesn't give me the correct items. The function looks like this;
Now, I get the correct data, but when I try to do things like this:
I need to set the
formatStateUsing
, else it doesn't give any kind of values. When saving, I get nothing but exceptions when trying to save and the table it tries to save is also wrong. How can I resolve this issue?1 Reply
I've updated my query with a left join and now the edit modal doesn't even open anymore π