Skip to content
Snippets Groups Projects
Unverified Commit 33d54e53 authored by Case Nelson's avatar Case Nelson Committed by GitHub
Browse files

FieldValues skipping but not updating last used at (#27655)

* FieldValues skipping but not updating last used at

Related to #26863

When fieldvalues synching was being skipped, the
`get-or-create-full-field-values!` call was erroneously forgetting to
update the `last_used_at` time; the time was only being updated if new
field values came in since the last sync.

* Add test for inactive field values

* Only update last_used_at when there's an existing fieldvalues
parent 76db79d9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment