Open jamesmacwhite opened 3 years ago
This seems to be triggered based on certain environment conditions or parameters. It happens on my dev using Craft CMS docker images, but not on our staging environment.
Dumping $dateSetting
, it appears there is no date or time value being set.
/app/vendor/barrelstrength/sprout-base-reports/src/services/Reports.php:185:
array (size=3)
'date' => string '' (length=0)
'timezone' => string 'Europe/London' (length=13)
'time' => string '' (length=0)
I think I know what's going on, I'm not putting a start or end date deliberately as I want to get all records without any date limiting criteria, however it appears this might be an issue, although start and end date isn't a mandatory field when creating the report.
Description
Steps to reproduce
Export a Sprout Forms report from the Craft Admin CP.
Additional info