JSON field changes #994
Unanswered
andrewpitts15
asked this question in
Q&A
Replies: 1 comment
-
Hey, |
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
-
On my model, I have a JSON field called "answers" that contains all the answers given by the user for various forms that can each have different questions based on the form schema.
I would like any changes to response to be stored in the activity log, but exclude any unchanged fields from the change log. The code I have is unfortunately storing values that haven't changed as well as those that have.
This is what I'm getting:
This is what I'd like
Is this possible? If so how do I do this? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions