NEW : add all assigned users and all extrafields data in new event when we createFromClone
This commit is contained in:
parent
053cfac262
commit
dd81d3a762
@ -392,6 +392,10 @@ class ActionComm extends CommonObject
|
|||||||
|
|
||||||
// Load source object
|
// Load source object
|
||||||
$objFrom = dol_clone($this);
|
$objFrom = dol_clone($this);
|
||||||
|
|
||||||
|
$this->fetch_optionals();
|
||||||
|
$this->fetch_userassigned();
|
||||||
|
|
||||||
$this->id=0;
|
$this->id=0;
|
||||||
|
|
||||||
// Create clone
|
// Create clone
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user