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
Make a note of the updatedAt date of one of the todo items
Back in your browser, mark the same item completed
Rerun the above query
Expected result:
completedAt and updatedAt are both updated
Actual result:
completedAt is updated but updatedAt is not
NOTE:
In the repo the base model is at packages/@erikdakoda/auth/models/ownedItem.zmodel
The extended List model is at packages/@erikdakoda/todo/list.zmodel
The extended Todo model is at packages/@erikdakoda/todo/todo.zmodel
The text was updated successfully, but these errors were encountered:
ErikDakoda
changed the title
Updating a field of an extended model does not does not update the updatedAt field of its base
Updating a field of an extended model item does not does not update the updatedAt field of its base
Apr 30, 2025
ErikDakoda
changed the title
Updating a field of an extended model item does not does not update the updatedAt field of its base
[Bug] Updating a field of an extended model item does not update the updatedAt field of its base
May 1, 2025
Description and expected behavior
Updating a field of an extended model does not does not update the
updatedAt
field of its baseEnvironment (please complete the following information):
Steps to reproduce
updatedAt
date of one of the todo itemsExpected result:
completedAt
andupdatedAt
are both updatedActual result:
completedAt
is updated butupdatedAt
is notNOTE:
packages/@erikdakoda/auth/models/ownedItem.zmodel
packages/@erikdakoda/todo/list.zmodel
packages/@erikdakoda/todo/todo.zmodel
The text was updated successfully, but these errors were encountered: