adjust query for details in appeal only active

This commit is contained in:
2022-08-02 12:11:33 +01:00
parent 402cd4938f
commit 1609e5f12d
5 changed files with 12 additions and 5 deletions
@@ -30,7 +30,7 @@ export default async function ApiProxy(req, res) {
primaryIdAttribute +
"s_value eq " +
incidentID +
"&$count=true";
" and statuscode eq 1&$count=true";
queryUrl = queryUrl + getSelectQuery(appealTypeName);