Thursday, May 8, 2025
1 change · saas-18.1
Resolved issues and error corrections
This fixes an issue that could cause an error when checking the status of Dutch SBR-submitted reports. The status service now uses the correct status description again, helping users receive proper progress information instead of a failure.
Original PR description
Commit baa934898f184b10ae4c5c51e26fabe4e0178a86 updated the body for ongoing process responses when checking the status of a report submitted through SBR. The variable `error_description` it tries to assign is not defined in that scope of the function, resulting in an error. This PR reverts the value assigned to be the status description, as it was prior to the above commit. opw-4775345