getodk / central

ODK Central is a server that is easy to use, very fast, and stuffed with features that make data collection easier. Contribute and make the world a better place! ✨🗄✨
https://docs.getodk.org/central-intro/
Apache License 2.0
126 stars 155 forks source link

Migrate entity-creating forms to 2024.1.0 entities spec #757

Closed matthew-white closed 3 weeks ago

matthew-white commented 4 weeks ago

This is a follow-up issue to #692. The goal of this issue is to migrate additional forms to an entities spec version of 2024.1.0. #692 migrated entity-updating forms that had an entities spec version of 2023.1.0. This issue is to migrate all other forms that change entities and specify an old entities spec version. That includes forms with an entities spec version of 2023.1.0 that only create entities (not update them), as well as forms with an entities spec version that predates 2023.1.0. For these additional forms, the only change that is needed is to the entities spec version. Branch-related attributes like branchId do not need to be added to these forms.

srujner commented 2 weeks ago

Tested with Success!