Skip to content
Snippets Groups Projects
Verified Commit ad90b3eb authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #15049 TIME 0:10 retrieve rejected archives

parent 3878dc6b
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ function Bt_getReply($args = [])
return ['errors' => 'Error returned by the route /organization/organization/Search : ' . $curlResponse['response']['message']];
}
if ($curlResponse['response']['status'] != "processed") {
if (!in_array($curlResponse['response']['status'], ['rejected', 'processed'])) {
return [];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment