Skip to content
Snippets Groups Projects
Commit 8edb51a0 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

FIX Extra fields of task not copied on project cloning

parent 4c587935
No related branches found
No related tags found
No related merge requests found
......@@ -1239,6 +1239,9 @@ class Task extends CommonObject
// Load source object
$clone_task->fetch($fromid);
$clone_task->fetch_optionals();
//var_dump($clone_task->array_options);exit;
$origin_task->fetch($fromid);
$defaultref='';
......
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