Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paper_trail not able to reflect custom data if model is updated from Thread #1484

Open
fitterfly-gunavant opened this issue Jul 16, 2024 · 0 comments

Comments

@fitterfly-gunavant
Copy link

Hi Team,

I have added below in the controller to update from where the data has been updated

def info_for_paper_trail
request_payload = request.params.presence rescue nil
{ api_url: request.path, api_payload: request_payload }
end

The business data which are getting saved from Thread / Backend Job instead of Controller does not store information in audit trail. I have mentioned info_for_paper_trail in Thread but it does not working.

Please help me into this

@fitterfly-gunavant fitterfly-gunavant changed the title Paper_trail not able to reflect custom data if model is updated in Thread Paper_trail not able to reflect custom data if model is updated from Thread Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant