AttachAction title

Hi, i have AttachAction action in a relation manager, and i want it's title attribute to be
name
which composes from first_name and last_name, spent too much time; no luck.

A help would be appreciated.
Solution
My PR which fixes this just got merged, and I think the release with that PR in it has been tagged, so updating composer should get it.

The PR includes an example of how you set the recordTtile() on an AttachAction or AssociateAction.

https://github.com/filamentphp/filament/pull/8992
GitHub
Changes have been thoroughly tested to not break existing functionality.
New functionality has been documented or existing documentation has been updated to reflect changes.
Visual changes are ex...
Was this page helpful?