You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Expected behavior updated_at for each record should update only when action is taken for that particular step
The text was updated successfully, but these errors were encountered:
Description
updated_at
column in theapprovals
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.Expected behavior
updated_at
for each record should update only when action is taken for that particular stepThe text was updated successfully, but these errors were encountered: