mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Add HasTemporaryLocationFilter test and update filter parameters
A new test HasTemporaryLocationFilterTest has been added under ChillPersonBundle. This test mainly focuses on checking the filter functionalities related to temporary locations. In addition, the 'having_temporarily' parameter has been added to 'calc_date' field in HasTemporaryLocationFilter class.
This commit is contained in:
@@ -70,7 +70,7 @@ class HasTemporaryLocationFilter implements FilterInterface
|
||||
},
|
||||
])
|
||||
->add('calc_date', PickRollingDateType::class, [
|
||||
'label' => 'export.filter.course.having_temporarily.Calculation date',
|
||||
'label' => 'export.filter.course.having_temporarily.Calculation date', 'having_temporarily' => true,
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user