Edgewall Software

Changes between Version 1 and Version 2 of Ticket #12029, comment 18


Ignore:
Timestamp:
Apr 15, 2018, 8:53:47 PM (6 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12029, comment 18

    v1 v2  
    66> ||= 1.0.15       || `datetime(1970, 1, 1, tzinfo=utc)` ||
    77
    8 After [11331] (#1942), `ticket[column]` returns an empty string for column which has NULL value but even if the column is a time field in custom field.
     8After [11331] (#1942), value of the time field is an empty string when the column has `NULL` but even if the column is a time field in custom field.
    99
    1010That is bad behavior. I think the time field should return `None` rather an empty string for the time field which has NULL value.