Changing form value in beforeUpdate does not reflect value in form until refresh

hi,

ive tried changing data in beforeCreate hook and the form is reflected upon saving the data. but it does not reflect when called inside beforeUpdate. I have to refresh the form to see updated data. is this working as intended?

1 Like

It is intended to work like this. But I think that would be great if form will fetch updated data from DB after some modifications were made and saved, to get the full advantage of lifecycles.

4 Likes