rapidftr / tracker

The Issue Tracker for RapidFTR
2 stars 3 forks source link

Incorrect field types #220

Closed tomclement closed 9 years ago

tomclement commented 10 years ago

Presently, a number of date fields are actually free text fields. These need to be changed to date fields so that they are presented to the user as date-pickers. The fields include:

These fields need to be correctly seeded as date fields and not free text fields.

tomclement commented 10 years ago

Resolved with https://github.com/rapidftr/RapidFTR/pull/746