Describe the bug
In the workflow Versions panel, every revision shows the same timestamp (the time of the most recent save). Older revisionsā times are overwritten to match the newest revision, making the history misleading.
To Reproduce
Steps to reproduce the behavior:
- Go to a workflow in Keep.
- Make an edit and Save (creates Revision A).
- Make another edit and Save (creates Revision B).
- Open Versions in the right sidebar.
- Observe that Revision A and Revision B display the same timestamp (the latest save time).
- Repeat another save and see older entriesā timestamps update again.
Expected behavior
Each revision should display its own immutable creation timestamp (when that snapshot was taken). Creating a new revision must not change timestamps on earlier revisions. Sorting by time should reflect true chronological order.
Describe the bug
In the workflow Versions panel, every revision shows the same timestamp (the time of the most recent save). Older revisionsā times are overwritten to match the newest revision, making the history misleading.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Each revision should display its own immutable creation timestamp (when that snapshot was taken). Creating a new revision must not change timestamps on earlier revisions. Sorting by time should reflect true chronological order.