Skip to content
  • Glen Ditchfield's avatar
    Preserve datetimes of incidences created from templates · ba964b3b
    Glen Ditchfield authored
    When the editor applies a template, as identified by the "isTemplate"
    property, it (usually) does not copy its start/end/due datetimes;  it
    keeps the datetimes set before the template was applied.  Unfortunately
    when the instance is saved it still has the "isTemplate" property, and
    so when it is edited the editor does not copy its datetimes; the GUI
    fields are left with default values.  Removing the property fixes the
    bug.
    
    BUG: 332048
    ba964b3b