Merge pull request #10788 from simbs/mariana/remove-force-round-time

Release/due times no longer round to half hours.
This commit is contained in:
Christina Roberts
2015-12-09 10:11:38 -05:00
4 changed files with 59 additions and 1 deletions

View File

@@ -194,7 +194,7 @@ define(['jquery', 'backbone', 'underscore', 'gettext', 'js/views/baseview',
this.$('input.date').datepicker({'dateFormat': 'm/d/yy'});
this.$('input.time').timepicker({
'timeFormat' : 'H:i',
'forceRoundTime': true
'forceRoundTime': false
});
if (this.model.get(this.fieldName)) {
DateUtils.setDate(