Replies: 2 comments 1 reply
-
|
ok i think laravel has the answer :) https://laravel.com/docs/8.x/eloquent#events |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
can we tell the parent (EditRecord) component to refresh? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, Thank you for this great package, it make developer happy and do all repetitive work.
I have ProductResource that have HasMany relation to the stock history, when i add stock history i can update the ownerRecord stock using mutateFormDataBeforeCreate. But when i delete a stock history i want to revert stock amount on ownerRecord. Is there any way / lifecycle hook for delete?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions