Resolve "Transition branch for CMB and Resq merging" #1181
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