-
Notifications
You must be signed in to change notification settings - Fork 159
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
Negative ordinal numbers in submissions table #641
Comments
This is likely the same issue as #608, though the example you identified is different from the two mentioned in that issue. We should have a fix for #608 soon, and once we do, we should check that all the examples have been fixed, both for that issue and for this one. We think the behavior described in this issue can happen when an instance ID is reused, for example, by two submissions in two different projects.
This sounds like #607. Does that sound right? |
Yes |
While testing I thought about that issue one of our tests. We use ODK Briefcase to pull and push forms from/to Central. Can this duplicate instance IDs when I pull a form from one project and push it to a different project? |
The form simple mention in 608 issue is a form that we was used to send 1000 instances copied to Collect and send to Central |
Yes, that's almost certainly what makes the bug appear. But the problem is the bug, not that you're making it appear! 😊 |
Tested with Success! |
1 similar comment
Tested with Success! |
Problem description
In one of forms in a project submissions aren’t numbered correctly. There are negative numbers in ordinal numbers of submissions. I tried to reproduce it by adding submissions or checking some other forms with many submissions but the URL below is the only example of the issue I could find so I don’t know what’s the factor causing it or how to reproduce it. The issue doesn’t occur e.g. in https://test.getodk.cloud/#/projects/436/forms/all-widgets/submissions
In Firefox I also noticed that the table isn't even.
URL of the page
https://test.getodk.cloud/#/projects/385/forms/all-widgets/submissions
Steps to reproduce the problem
Screenshot
Expected behavior
Ordinal numbers in submission should start from 1.
Central version shown in version.txt
https://test.getodk.cloud/
versions:
9a9ec7c (v2023.5.1-10-g9a9ec7c)
+c25bc15087ca045496d3bdbc806ca0752b955216 client (v2023.5.0-64-gc25bc150)
+cfe46c97e6e38d8e551ce253ba47d0b378d19352 server (v2023.5.0-56-gcfe46c97)
Browser
Chrome, Firefox
The text was updated successfully, but these errors were encountered: