feat: filter teamers by training attendances
This commit is contained in:
@@ -60,6 +60,7 @@ class TeamerFilterHandler
|
||||
->setPickupId($data['pickup_id'])
|
||||
->setSkiLicense($data['ski_license'])
|
||||
->setSnowboardLicense($data['snowboard_license'])
|
||||
->setNoTrainings($data['no_trainings'])
|
||||
;
|
||||
|
||||
if (0 < (int) $data['job_profile']) {
|
||||
@@ -84,6 +85,7 @@ class TeamerFilterHandler
|
||||
'ski_license' => $filterDto->hasSkiLicense(),
|
||||
'snowboard_license' => $filterDto->hasSnowboardLicense(),
|
||||
'job_profile' => $filterDto->getJobProfile()?->getId(),
|
||||
'no_trainings' => $filterDto->hasNoTrainings(),
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user