Relation caching after calling action
When I call my TextEntry action to upload a document, the document count does not update. It's like the documents relation is being cached somehow.
It was not like this in v3
The TextEntry in question:
2 Replies
GitHub
suffixAction() callback does not receive updated model collection w...
Package filament/filament Package Version v4.0.4 Laravel Version v12.26.3 Livewire Version v3.6.4 PHP Version PHP 8.3.0 Problem description When a suffix action is provided to an infolist entry as ...
The cause seems to be the callback method to
suffixAction, it is not passed update relation values like the others.
When I don't rely on a callback to suffixAction it updates as expected.