jmalcic / spina-admin-conferences

Conference management plugin for Spina.
MIT License
1 stars 1 forks source link

Fix times #343

Closed jmalcic closed 3 years ago

jmalcic commented 3 years ago

Currently times are entered using separate date and time fields for historical reasons (Safari didn’t have support for the datetime input type and the Spina datepicker didn’t support the combined date and time field. However using this field allows getting rid of the code used to combine dates with associated times (which was buggy as it turns out). This introduces a potentially breaking change by no longer allowing dates to be set for records which store times.