Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database backfill of dataReceived does not include label #540

Closed
matthew-white opened this issue Nov 1, 2023 · 0 comments · Fixed by getodk/central-backend#1048
Closed
Assignees
Labels
backend Requires a change to the API server entities Multiple Encounter workflows

Comments

@matthew-white
Copy link
Member

As part of v2023.5, we've added a dataReceived column to the entity_defs table in the database. This stores the data specified to create or update an entity, including the label. Because we already support creating and updating entities, we needed to backfill the dataReceived column. We set dataReceived to the value of the data column. However, data does not include the label. I think we should modify the backfill to include the label. This is relevant to all entity versions (both creates and updates).

@matthew-white matthew-white added backend Requires a change to the API server entities Multiple Encounter workflows labels Nov 1, 2023
@sadiqkhoja sadiqkhoja assigned sadiqkhoja and unassigned sadiqkhoja Nov 2, 2023
@ktuite ktuite self-assigned this Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Requires a change to the API server entities Multiple Encounter workflows
Projects
Status: ✅ done
Development

Successfully merging a pull request may close this issue.

3 participants