Nullable DateTime Filter Value on Table Filter (v3)
Hi there, I have a table with three inputs:
With Trashed
Created At (from)
Created At (to)
The filters work but when I don't use the created_at filter, it defaults to null where it throws an exception:
The generated URL:
This works on v2 but doesn't work on v3. Any ideas?
Filter:
With Trashed
Created At (from)
Created At (to)
The filters work but when I don't use the created_at filter, it defaults to null where it throws an exception:
Could not parse 'null': Failed to parse time string (null) at position 0 (n): The timezone could not be found in the databaseThe generated URL:
admin/users?tableFilters[trashed][value]=1&tableFilters[Created%20At][created_from]=null&tableFilters[Created%20At][created_until]=nullThis works on v2 but doesn't work on v3. Any ideas?
Filter: