Resolve "Data archiving" #1687

Open
korina.cordero wants to merge 139 commits from 762-data-archiving into 746-resq-2-0-final
Showing only changes of commit ca513355fe - Show all commits

View file

@ -1739,7 +1739,7 @@ class RiderAppController extends ApiController
return $msg; return $msg;
} }
protected function allowJOProgress($rider, JobOrder $jo) protected function allowJOProgress(JobOrder $jo, $rider)
{ {
// TODO: add more statuses to block if needed, hence. this is a failsafe in case MQTT is not working. // TODO: add more statuses to block if needed, hence. this is a failsafe in case MQTT is not working.
switch ($jo->getStatus()) switch ($jo->getStatus())