Skip to content

Update updated_at when Todo state changes

Adam Hegyi requested to merge 214469-fix-updated-at-on-todos into master

What does this MR do?

This MR makes sure that we update the updated_at column for the Todo model. I'm adding ~backstage label since this change is not visible to the user.

Reason: update_all doesn't bump the updated_at timestamp.

Issue that depends on this MR: #214283 (closed)

Does this MR meet the acceptance criteria?

Conformity

Edited by Mayra Cabrera

Merge request reports