Plugin updates
Updated faveodate method to work with old configuration
This commit is contained in:

committed by
Manish Verma

parent
0a9da8d404
commit
45b2a2e8f6
@@ -1048,6 +1048,8 @@ class TicketController extends Controller
|
||||
}
|
||||
}
|
||||
}
|
||||
\Event::fire('after.ticket.created', array(['ticket' => $ticket, 'form_data' => $form_data]));
|
||||
|
||||
// store collaborators
|
||||
$this->storeCollaborators($headers, $id);
|
||||
if ($this->ticketThread($subject, $body, $id, $user_id) == true) {
|
||||
|
Reference in New Issue
Block a user