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

updated_at in approvals table is getting updated for all prior steps when a step is approved #17

Open
bsushmith opened this issue Apr 5, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@bsushmith
Copy link
Collaborator

Description
updated_at column in the approvals table signified when the last update to the corresponding record was made - mainly approved/rejected action taken by user. otherwise, there should not be any updates on these records.

But, we see that updated_at field in approvals table is getting updated for all prior steps when a step is approved, even though they should not be.

In the below image, step 2 and step 6 are manually approved steps. and the updated_at is same for all steps.

image

Expected behavior
updated_at for each record should update only when action is taken for that particular step

@rahmatrhd rahmatrhd added the bug Something isn't working label Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants