Feature: [address reference] add a filter to filter person by ref status

This commit is contained in:
2023-03-20 23:28:20 +01:00
parent f256dda6fe
commit adc80d5080
4 changed files with 133 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ class RollingDateDataMapper implements DataMapperInterface
$forms = iterator_to_array($forms);
$viewData = new RollingDate(
$forms['roll']->getData(),
($forms['roll']->getData() ?? RollingDate::T_TODAY),
$forms['fixedDate']->getData()
);
}