-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
unable to change submission status #1581
Comments
Answered this via slack message. We are updating to be under the essential key and this likely will not change in the future. However the more versatile fix is to use flatjson for the submission data on the API |
Slack chat dump: Sam Woodcock Sam Woodcock Sam Woodcock Sam Woodcock Sam Woodcock |
I'll take a look this morning! Will update if I solve it 👍 I think this is related to a few different issues when the fields were moved into the |
Sure |
@NSUWAL123 I think I have worked out the issues. I don't think we should rely on the form submission for the I will also keep the essential fields under the |
I updated the file as described above. Hopefully it fixes the issue: fa3b235 |
Hold on, I thought this and #1576 were basically the same issue, but they are not. |
@NSUWAL123 can you foresee the change in this commit creating any issues? If so, we can revert to use the task_id from the submission. |
@spwoodcock, But why is it |
Damn I stupidly assumed this was URL search params, but it's search params for the table right? In that case of course this makes no sense 🤦 I'll revert it! |
Updated fbc2b37 |
@spwoodcock the issue is still the same. |
Sorry I think we discussed two issues in this thread. The one for displaying the filtered submissions in the submissions table is fixed. The original issue related to review state I haven't looked at. I think that can go in the next release - what do you think? |
I don't think we should wait for the next release to fix this review status update, Since it can be important for validator user. The major task for validator team would be validate the submission but due to this issue, the workflow for them seems to be breaking. |
Fair enough 👍 I haven't considered validators important until now, as we don't even have the role implemented. My main priority has always been to get users mapping & allow the manager to extract the end data. |
@spwoodcock, I will fix that review state issue quickly. the issue was mainly due to task_id null, since task_id is back, I will update the fields accordingly and make a PR ASAP |
Describe the bug
I am unable to change submission status from pending to any other. No API hit is there and the pop-up behaves like static.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The submission status should be changed to respective status.
Screenshots

https://vimeo.com/960121064/2e5629ee22?share=copy
The text was updated successfully, but these errors were encountered: