Creating audit logs for fields which have a relation to the main audit model. #856
-
I have a model, for example an user, on which i have implemented auditing and it works perfectly. But on the page where you can edit the values for the user there are also fields that have relations to the user. For example I have a model for comments about the user which are a separate model. The comments are also used for other models such as posts etc. How would i implement auditing for the comment also but only when they are changed or made on the edit user view? To clarify i don't want to create a log for all comments, only those who are for the user. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Enabling or disabling auditing |
Beta Was this translation helpful? Give feedback.
#790 (comment)
Enabling or disabling auditing