mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 12:33:49 +00:00
[export] fix calendar scope/job Filters query + unit test (partial)
This commit is contained in:
@@ -71,7 +71,7 @@ final readonly class JobAggregator implements AggregatorInterface
|
||||
public function buildForm(FormBuilderInterface $builder)
|
||||
{
|
||||
$builder->add('job_at', PickRollingDateType::class, [
|
||||
'label' => 'export.aggregator.calendar.agent_job.Calc date',
|
||||
'label' => 'export.calendar.agent_job.Calc date',
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user