mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-02 13:03:50 +00:00
Add translations for current user in pick entity component
This commit is contained in:
@@ -68,11 +68,8 @@ class ReferrerFilter implements FilterInterface
|
||||
{
|
||||
$builder
|
||||
->add('accepted_referrers', PickUserOrMeDynamicType::class, [
|
||||
'multiple' => false,
|
||||
])
|
||||
/* ->add('accepted_referrers', PickUserDynamicType::class, [
|
||||
'multiple' => true,
|
||||
])*/
|
||||
])
|
||||
->add('date_calc', PickRollingDateType::class, [
|
||||
'label' => 'export.filter.course.by_referrer.Computation date for referrer',
|
||||
'required' => true,
|
||||
|
Reference in New Issue
Block a user