#Refresh repeater items after save form

20 messages · Page 1 of 1 (latest)

patent river
dreamy meteorBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

patent river
#

Someone have any idea?

viscid glade
#

What filament version are you running exactly?

patent river
surreal crater
#

Do you have any console errors?

nimble plover
#

Have same problem.

untold pasture
#

Any news? I have the same problem.
Running on v3.2.34

random hemlock
#

I have the same problem @lyric sandal, is this intended behaviour or?

lyric sandal
#

Never seen this before as no-one has opened a bug report properly on GitHub with a minimal reproduction repository.

random hemlock
#

Alright will do this now

viscid glade
#

Also @random hemlock please do not tag people as per #✅┊rules

random hemlock
#

Sorry wasn't aware of the rule

#

For some reason I am unable to reproduce it in the issue project..

lyric sandal
random hemlock
#

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.

coral wadi
#

That behaviour certainly looks unexpected. Can you share some code

viscid glade
#

I'd also ask you both to upgrade to the latest version

coral wadi
wanton ferry