Details
Description
The following query is executed within the 1.6.4 upgrade:
$this->Record->where("id", "=", $ticket->id)->update("support_tickets", array('date_closed' => date("c")));
The date should instead be in Y-m-d H:i:s format in UTC.
$this->SomeModel->dateToUtc(date("c"));
Activity
Cody Phillips (Inactive)
created issue -
Cody Phillips (Inactive)
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Cody Phillips [ cody ] | Tyson Phillips [ tyson ] |
Cody Phillips (Inactive)
made changes -
Affects Version/s | 3.2.0 [ 10002 ] |
Cody Phillips (Inactive)
made changes -
Fix Version/s | 3.2.0 [ 10002 ] |
Tyson Phillips (Inactive)
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Tyson Phillips (Inactive)
made changes -
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Tyson Phillips (Inactive)
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |