mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Ticket Response UI Update Public Comment and Internal Note work now, added Events and Tasks to the Responses stil WIP there
This commit is contained in:
@@ -1105,7 +1105,7 @@ if (isset($_POST['add_ticket_reply'])) {
|
||||
|
||||
$client_id = intval($_POST['client_id']);
|
||||
|
||||
if (isset($_POST['public_reply_type'])) {
|
||||
if ($_POST['public_reply_type'] == 1 ){
|
||||
$ticket_reply_type = 'Public';
|
||||
} else {
|
||||
$ticket_reply_type = 'Internal';
|
||||
|
||||
Reference in New Issue
Block a user