Resolve "Set hub filtering option" #1532
2 changed files with 2 additions and 0 deletions
|
|
@ -2765,6 +2765,7 @@ class APIController extends Controller implements LoggedController
|
|||
// check if hub is null
|
||||
if ($hub == null)
|
||||
{
|
||||
// TODO: need to factor out the setting of HubCriteria fields
|
||||
$hub_criteria = new HubCriteria();
|
||||
$hub_criteria->setPoint($jo->getCoordinates());
|
||||
|
||||
|
|
|
|||
|
|
@ -1954,6 +1954,7 @@ class ResqJobOrderHandler implements JobOrderHandlerInterface
|
|||
|
||||
$hub_criteria = new HubCriteria();
|
||||
|
||||
// TODO: need to factor out the setting of HubCriteria fields
|
||||
// get battery (if any)
|
||||
$skus = [];
|
||||
$items = [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue