@maticl
RelationManager table action always injects the same record
So after some more debugging, i found the issue. It was in the User relationship to the auditLogs.
Since I have two morphs fields in auditLog (parent and related), this specific relationship queries by both of them:
This was not working with the table actions. The table itself was OK, just the actions were not working.
I don't specifically like this solution, as it seems wrong, but I don't have the time to figure out the proper solution. Any tips are welcome.
I changed it to the following, and now it's working:
3 replies