fix missing choices in getFormDefaultData with automatic generation

This commit is contained in:
2023-06-05 18:16:32 +02:00
parent 7fab411b96
commit cf576dca7b
3 changed files with 15 additions and 0 deletions

View File

@@ -86,6 +86,11 @@ class CSVFormatter implements FormatterInterface
}
}
public function getFormDefaultData(array $aggregatorAliases): array
{
return [];
}
public function gatherFiltersDescriptions()
{
$descriptions = [];