mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
[export] sort filters and aggregators by title
This commit is contained in:
@@ -66,7 +66,7 @@ class AddressRefStatusFilter implements \Chill\MainBundle\Export\FilterInterface
|
||||
{
|
||||
$builder
|
||||
->add('date_calc', PickRollingDateType::class, [
|
||||
'label' => 'Compute address at date',
|
||||
'label' => 'export.filter.person.by_address_ref_status.Address at date',
|
||||
'required' => true,
|
||||
])
|
||||
->add('ref_statuses', ChoiceType::class, [
|
||||
|
Reference in New Issue
Block a user