Edgewall Software

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


Ignore:
Timestamp:
Mar 2, 2018, 6:07:48 AM (6 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12029, comment 6

    initial v1  
    1 I think we could probably simplify using `ticket.get('changetime')` rather than `ticket['changetime'] and ...`, since the comparison will always evaluate to `False` if `ticket.get('changetime')` is `None`.
     1I think we could probably simplify patch using `ticket.get('changetime')` rather than `ticket['changetime'] and ...`, since the comparison will always evaluate to `False` if `ticket.get('changetime')` is `None`.