codeforamerica / srtracker

Open311 Service Request Status Site
BSD 3-Clause "New" or "Revised" License
20 stars 23 forks source link

Home page breaks when SRs have no `requested_datetime` #76

Open Mr0grog opened 11 years ago

Mr0grog commented 11 years ago

This morning, Chicago's Open311 API was temporarily sending requests with no requested_datetime field, which caused the home page to break when sorting the requests by date.

While this is really more an issue with the API (not sure why we should ever have a request without a requested_datetime, unlike requests which don't yet have IDs), we could probably fix the home page so it still works in this situation.