Re-associate filters for export "count persons"

This commit is contained in:
2023-09-28 14:32:58 +02:00
parent 981be7b363
commit 9c436d5c69
10 changed files with 87 additions and 106 deletions

View File

@@ -463,7 +463,7 @@ class ReportList implements ExportElementValidatedInterface, ListInterface
public function supportsModifiers()
{
return [Declarations::PERSON_IMPLIED_IN, Declarations::PERSON_TYPE, 'report'];
return [Declarations::PERSON_TYPE, 'report'];
}
public function validateForm($data, ExecutionContextInterface $context)