Replies: 1 comment
-
Oh well I've now noticed the event column has information if it was created or updated and I can filter by that. Closing this now |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am using this package to make a edit history and I've come across this issue that the first log for a model is always information for when it was created.
Here, Row 1 is the first log for this record in particular and it contains and columns as if everything would have change (which I get can be true in a way). Rows 2 and 3 works as I expected logging only changes from update.

Is there a way to ignore logging when the model after the model is created and only log following changes?
This is my LogOptions:
I've found pipelines but couldn't think In a way of stopping the log through that.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions