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

fixes #464: always return source forms #960

Merged
merged 2 commits into from
Aug 25, 2023
Merged

Conversation

sadiqkhoja
Copy link
Contributor

@sadiqkhoja sadiqkhoja commented Aug 24, 2023

Closes getodk/central#464

What has been done to verify that this works as intended?

Integration tests and manual verification

Why is this the best possible solution? Were any other approaches considered?

This is the simplest solution, other thing that could do was return properties without forms and a separate field to specify relation between sourceForm and properties

How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?

None

Does this change require updates to the API documentation? If so, please update docs/api.md as part of this PR.

Should be done in #949

Before submitting this PR, please make sure you have:

  • run make test-full and confirmed all checks still pass OR confirm CircleCI build passes
  • verified that any code from external sources are properly credited in comments or that everything is internally sourced

@sadiqkhoja sadiqkhoja merged commit bc5c432 into getodk:master Aug 25, 2023
sadiqkhoja added a commit to sadiqkhoja/central-backend that referenced this pull request Sep 1, 2023
* fixes getodk#464: always return source forms

* updated comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Form creating entity without properties isn't visible in Dataset overview - connections to forms
2 participants