mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 02:53:50 +00:00
[export] fix acp ReferrerScopeAggregator query + unit test
TO CHECK: logic in alterQuery. calc_date is same for 2 histories ?
This commit is contained in:
@@ -72,6 +72,7 @@ final readonly class JobAggregator implements AggregatorInterface
|
||||
{
|
||||
$builder->add('job_at', PickRollingDateType::class, [
|
||||
'label' => 'export.calendar.agent_job.Calc date',
|
||||
'required' => true,
|
||||
]);
|
||||
}
|
||||
|
||||
|
@@ -74,6 +74,7 @@ final readonly class ScopeAggregator implements AggregatorInterface
|
||||
{
|
||||
$builder->add('scope_at', PickRollingDateType::class, [
|
||||
'label' => 'export.calendar.agent_scope.Calc date',
|
||||
'required' => true,
|
||||
]);
|
||||
}
|
||||
public function getFormDefaultData(): array
|
||||
|
@@ -85,6 +85,7 @@ class JobFilter implements FilterInterface
|
||||
])
|
||||
->add('job_at', PickRollingDateType::class, [
|
||||
'label' => 'export.calendar.agent_job.Calc date',
|
||||
'required' => true,
|
||||
]);
|
||||
}
|
||||
public function getFormDefaultData(): array
|
||||
|
@@ -80,6 +80,7 @@ class ScopeFilter implements FilterInterface
|
||||
])
|
||||
->add('scope_at', PickRollingDateType::class, [
|
||||
'label' => 'export.calendar.agent_scope.Calc date',
|
||||
'required' => true,
|
||||
]);
|
||||
}
|
||||
public function getFormDefaultData(): array
|
||||
|
Reference in New Issue
Block a user