Add getOtherParameters to Resq job order handler. #329
This commit is contained in:
parent
49d0e6b97e
commit
b7cae5afe2
1 changed files with 7 additions and 0 deletions
|
|
@ -2212,6 +2212,13 @@ class ResqJobOrderHandler implements JobOrderHandlerInterface
|
|||
return null;
|
||||
}
|
||||
|
||||
public function getOtherParameters()
|
||||
{
|
||||
// get riders for dropdown
|
||||
$params['riders'] = $this->em->getRepository(Rider::class)->findAll();
|
||||
|
||||
return $params;
|
||||
}
|
||||
|
||||
protected function fillDropdownParameters(&$params)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue