From 654a2be8ab69c0efd15b057eba8cc910b3f3cdec Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Fri, 25 Nov 2016 17:04:42 -0500 Subject: [PATCH] Change submit reply + change status to dropup to prevent overflow issues --- admin/admin_ticket.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/admin_ticket.php b/admin/admin_ticket.php index 4cda878c..ace4e37c 100644 --- a/admin/admin_ticket.php +++ b/admin/admin_ticket.php @@ -48,7 +48,7 @@ $can_ban_emails = hesk_checkPermission('can_ban_emails', 0); $can_unban_emails = hesk_checkPermission('can_unban_emails', 0); $can_ban_ips = hesk_checkPermission('can_ban_ips', 0); $can_unban_ips = hesk_checkPermission('can_unban_ips', 0); -$can_resolve = hesk_checkPermission('can_resolve', 0); +$can_resolve = hesk_checkPermission('can_resolve', 0); // Get ticket ID $trackingID = hesk_cleanID() or print_form(); @@ -1767,7 +1767,7 @@ function hesk_printTicketReplies() function hesk_printReplyForm() { - global $hesklang, $hesk_settings, $ticket, $admins, $can_options, $options, $can_assign_self, $isManager, $modsForHesk_settings; + global $hesklang, $hesk_settings, $ticket, $admins, $can_options, $can_resolve, $options, $can_assign_self, $isManager, $modsForHesk_settings; // Force assigning a ticket before allowing to reply? if ($hesk_settings['require_owner'] && ! $ticket['owner']) @@ -1956,7 +1956,7 @@ function hesk_printReplyForm() -
+