Merge remote-tracking branch 'origin/3.5' into 3.6
This commit is contained in:
commit
86b2887d44
@ -723,8 +723,8 @@ class InterfaceActionsAuto
|
||||
$actioncomm->contact = $contactforaction;
|
||||
$actioncomm->societe = $societeforaction;
|
||||
$actioncomm->author = $user; // User saving action
|
||||
//$actioncomm->usertodo = $user; // User affected to action
|
||||
$actioncomm->userdone = $user; // User doing action
|
||||
$actioncomm->usertodo = $user; // User action is assigned to (owner of action)
|
||||
$actioncomm->userdone = $user; // User doing action (deprecated, not used anymore)
|
||||
|
||||
$actioncomm->fk_element = $object->id;
|
||||
$actioncomm->elementtype = $object->element;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user