l5-repository icon indicating copy to clipboard operation
l5-repository copied to clipboard

Events (example: saved)

Open ghost opened this issue 6 years ago • 2 comments

Does the package currently have no events? I need to use an observer but I noticed that after saving / updating a record, the saved is not executed.

ghost avatar Nov 13 '19 01:11 ghost

U should seach in source code, has no docs about but they exist

guilhermebillig avatar Jan 25 '22 12:01 guilhermebillig

If you use deleteWhere command that it does not event to the observer so you can use the delete command for this case.

racibaz avatar Feb 17 '22 08:02 racibaz