Forms don't update updatedAt
and other fields after background fetch or mutation
#160
Labels
Milestone
updatedAt
and other fields after background fetch or mutation
#160
In combination with b1cd50c (fix for #155) this prevents any subsequent save to a first save (because
updatedAt
increases server-side but is not reflected in the form data) or any save at all if there is a staleupdatedAt
in cache (until a reload to get the [updated] cache into the form).The text was updated successfully, but these errors were encountered: