Merge pull request #19401 from altairisfr/autocontact
add author as contact
This commit is contained in:
commit
07004e21ed
@ -492,6 +492,13 @@ class Ticket extends CommonObject
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!$error && ! empty($conf->global->TICKET_ADD_AUTHOR_AS_CONTACT)) {
|
||||||
|
// add creator as contributor
|
||||||
|
if ($this->add_contact($user->id, 'CONTRIBUTOR', 'internal') < 0) {
|
||||||
|
$error++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//Update extrafield
|
//Update extrafield
|
||||||
if (!$error) {
|
if (!$error) {
|
||||||
$result = $this->insertExtraFields();
|
$result = $this->insertExtraFields();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user