doug-m / CollectorAuroraTesting

Manage testing feedback for Collector holistic testing.
0 stars 7 forks source link

Default date+time values can cause values difficult to edit #51

Closed psp2k closed 6 years ago

psp2k commented 6 years ago

Issue

In the template for Manhole Inspections, the 'Inspection Date and Time' field is non-nullable and has some sort of default value. When you start a new inspection form, it defaults to 12/29/1899, 4:00PM and with the date+time picker, there is no way to pick the year discreetly and you'd have to scroll through 118 years of 365 days to get to 2018. I think it's fine that the date+time picker doesn't explicitly include a year column as it's probably likely that if someone is entering a time, that they're doing so for a relatively current timeperiod.

Expected Behavior

Map and Credentials

Steps to Reproduce

When looking at the properties of the service where this field exists, the following template information is indicated (created using the template for Manhole Inspections):

Templates: Name: Manhole Inspection Description: Drawing Tool: esriFeatureEditToolNone Prototype: Attributes: DateTime: -2209161600000 InspectionID: ManholeNumber: StreetNameNo: SurveyedBy: PreCleaning: City: CertificateNumber: YearBuilt: 2000 InspectionStatus: YearRenewed: 2000

Device Information

Kevin-GIS commented 6 years ago

Existing issue SF 443

Need to use a date format, as oppose to date/time format. The year is selectable for date formats.