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

Make sure all forms can be bulk finalized #5740

Closed
3 tasks done
seadowg opened this issue Sep 15, 2023 · 0 comments · Fixed by #5776
Closed
3 tasks done

Make sure all forms can be bulk finalized #5740

seadowg opened this issue Sep 15, 2023 · 0 comments · Fixed by #5776
Assignees
Milestone

Comments

@seadowg
Copy link
Member

seadowg commented Sep 15, 2023

Blocked by #5714

Forms that currently won't work correctly:

  • Forms using dynamic preload data in a way that affects validation. An example of something that wouldn't work correctly is a form that uses pulldata in constraint.
    • We may only need to configure the custom functions rather than populating the external data database, but we need to check how that would work in cases where a draft is of an older form version when there has been an update to the form and the data set
  • Forms using encryption - these will currently not be encrypted and their geometry will not be cleared.
    • These should fail to bulk finalize, but the user should see a message that encrypted forms are currently not supported
  • Drafts with save points
    • These should fail to bulk finalize, but the user should see a message that drafts with save points cannot be bulk finalized
@github-project-automation github-project-automation bot moved this to not ready in ODK Collect Sep 15, 2023
@seadowg seadowg added this to the v2023.3 milestone Sep 15, 2023
@seadowg seadowg mentioned this issue Sep 15, 2023
5 tasks
@seadowg seadowg moved this from not ready to backlog in ODK Collect Sep 15, 2023
@seadowg seadowg removed the blocked label Oct 2, 2023
@seadowg seadowg self-assigned this Oct 9, 2023
@seadowg seadowg moved this from backlog to in progress in ODK Collect Oct 9, 2023
@seadowg seadowg linked a pull request Oct 18, 2023 that will close this issue
5 tasks
@github-project-automation github-project-automation bot moved this from in progress to done in ODK Collect Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: done
Development

Successfully merging a pull request may close this issue.

2 participants