You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your work on this package. I'd love to give it a try, but am struggling to get it to work properly. I must overlook something trivial (or possibly have some config in my setup interfering with how the package works), as i encounter the following issue:
Whenever the dispatchRewindEvent is called in static::saved, $this->getDirty() is always empty, since the model is already saved. And no new version is being created. If i call dispatchRewindEvent from a static::updating method within the model's boot method, it seems to work. Do you have an idea why this could be the case for me? Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
Thanks for your work on this package. I'd love to give it a try, but am struggling to get it to work properly. I must overlook something trivial (or possibly have some config in my setup interfering with how the package works), as i encounter the following issue:
Whenever the
dispatchRewindEvent
is called instatic::saved
,$this->getDirty()
is always empty, since the model is already saved. And no new version is being created. If i calldispatchRewindEvent
from astatic::updating
method within the model's boot method, it seems to work. Do you have an idea why this could be the case for me? Thanks!Beta Was this translation helpful? Give feedback.
All reactions