allowed partial awaiting submission be submitted

This commit is contained in:
2022-01-25 13:19:01 +00:00
parent 5ffe88e4e3
commit a636dd549f
5 changed files with 540 additions and 5 deletions
@@ -28,6 +28,8 @@ export default async function ApiProxy(req, res) {
caseReference +
"'&$count=true";
queryUrl = queryUrl + getSelectQuery(appealType);
return axios
.get(
WEBAPI_URL + queryUrl + hashAPIPath(queryUrl),