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

Can't see test Submissions if filters are selected in Submissions tab #756

Open
sadiqkhoja opened this issue Oct 18, 2024 · 0 comments · May be fixed by getodk/central-frontend#1042
Open
Assignees
Labels
bug frontend Requires a change to the UI

Comments

@sadiqkhoja
Copy link
Contributor

Problem description

If any filters are selected in the main Submissions tab then on the Testing tab no test Submissions are shown

URL of the page

On test server /projects/473/forms/BFHI_ODK_primary_v2.0/draft/testing

Steps to reproduce the problem

  • Open any published Form which has a draft version and some test Submissions as well. On test server you can use /projects/473/forms/BFHI_ODK_primary_v2.0/draft/testing
  • Go to Testing tab, you will see the testing Submissions
  • Go to Submission tab, select any filters, I have been selecting 'Edited' from the review state dropdown.
  • Go back to the Testing tab, now no Submission is visible. In the console, I see an error TypeError: Cannot read properties of null (reading 'abort')

Screenshot

image

Expected behavior

Filters on Submissions tab should not have any effects on testing Submissions

Central version shown in version.txt

2d95a612218e7c73ee8b3e715749401f08fc00ac (v2024.2.1-1-g2d95a61)
 99b11a8cc7d30dbc03376f97ab345dc0d18c2a98 client (v2024.2.1)
+d2054f4d901a548296514f2807a85520ec69f34c server (v2024.2.0-28-gd2054f4d)

Browser version

Chrome 129.0.6668.103 (Official Build) (arm64)

Around when did you see the problem (in UTC)?

2024-10-18 7:00 PM

Other notes (if any)

Error message and stack trace in the console:

TypeError: Cannot read properties of null (reading 'abort')
    at Proxy.cancelRequest (resource.js:67:71)
    at Proxy.request (resource.js:203:37)
    at Proxy.fetchChunk (list.vue:254:18)
    at Proxy.fetchData (list.vue:293:12)
    at Proxy.created (list.vue:239:10)
    at a (runtime-core.esm-bundler.js:158:32)
    at l (runtime-core.esm-bundler.js:166:17)
    at Wt (runtime-core.esm-bundler.js:3509:3)
    at Ut (runtime-core.esm-bundler.js:3427:5)
    at qr (runtime-core.esm-bundler.js:7341:5)
@sadiqkhoja sadiqkhoja added bug frontend Requires a change to the UI labels Oct 18, 2024
@sadiqkhoja sadiqkhoja self-assigned this Oct 18, 2024
@github-project-automation github-project-automation bot moved this to 🕒 backlog in ODK Central Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug frontend Requires a change to the UI
Projects
Status: ✏️ in progress
Development

Successfully merging a pull request may close this issue.

1 participant