Why might the update function not be working?
After adding a record, the update process does not work in any way.
7 Replies
what about it doesnt work
explain what is happening and read #✅┊rules about how to ask good questions
the creation process only works. I get no error on update. not updating.
is the core filament update working but just your custom beforeSave() isnt working?
yes correct update process is not working
i dont know then
try debugging it yourself
dd() is all you need to explore which parts of the code arent being run
I assign dd to lifecyle but it doesn't come here, where else can I test it in the edit section?
find where beforeSave() is called in the vendor code