Skip to content
Snippets Groups Projects
Commit d7a4b44b authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #3916 from JediKev/issue/task-update-time

tasks: Fix Task Updated Time
parents 677eca5d d6dfa7a6
No related branches found
No related tags found
No related merge requests found
......@@ -1246,6 +1246,8 @@ class Task extends TaskModel implements RestrictedAccess, Threadable {
$thisstaff);
}
$this->updated = SqlFunction::NOW();
if ($changes)
$this->logEvent('edited', array('fields' => $changes));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment