#Refresh repeater items after save form
20 messages · Page 1 of 1 (latest)
Someone have any idea?
What filament version are you running exactly?
3.1.22
Do you have any console errors?
Have same problem.
Any news? I have the same problem.
Running on v3.2.34
I have the same problem @lyric sandal, is this intended behaviour or?
Never seen this before as no-one has opened a bug report properly on GitHub with a minimal reproduction repository.
Alright will do this now
Also @random hemlock please do not tag people as per #✅┊rules
Sorry wasn't aware of the rule
For some reason I am unable to reproduce it in the issue project..
which is exactly why i wont investigate issues without a reproduction 😅
Well, took me a while but I identified the issue... When you always eager load the relationship on a model it causes this issue:
/**
* The relationships that should always be loaded.
*
* @var array
*/
protected $with = ['influencerAccounts'];
When I removed this it worked perfectly again.
That behaviour certainly looks unexpected. Can you share some code
I'd also ask you both to upgrade to the latest version
Yeah, because nobody reads the f*cking rules that are posted all over the server ... Sorry, had to vent ... 🙈
No idea how many terms and conditions of use I have accepted without ever reading them, probably tens of thousands. Can't blame people, we're all bombarded with rules, regulations, terms and conditions every day. It's impossible to keep track.