Edgewall Software

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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12029, comment 18

    initial v1  
    66> ||= 1.0.15       || `datetime(1970, 1, 1, tzinfo=utc)` ||
    77
    8 After [13546] (#11018), `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), `ticket[column]` returns an empty string for column which has NULL value 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.