Skip to content
Snippets Groups Projects
Commit a80d9ed6 authored by jdelhome3578's avatar jdelhome3578 Committed by GitHub
Browse files

Loading Overlay

Display Loading Overlay when posting a response or a note to a ticket.
parent 901e5eae
Branches
Tags
No related merge requests found
......@@ -536,7 +536,7 @@ if ($errors['err'] && isset($_POST['a'])) {
</ul>
<?php
if ($role->hasPerm(TicketModel::PERM_REPLY)) { ?>
<form id="reply" class="tab_content spellcheck exclusive"
<form id="reply" class="tab_content spellcheck exclusive save"
data-lock-object-id="ticket/<?php echo $ticket->getId(); ?>"
data-lock-id="<?php echo $mylock ? $mylock->getId() : ''; ?>"
action="tickets.php?id=<?php
......@@ -733,7 +733,7 @@ if ($errors['err'] && isset($_POST['a'])) {
</form>
<?php
} ?>
<form id="note" class="hidden tab_content spellcheck exclusive"
<form id="note" class="hidden tab_content spellcheck exclusive save"
data-lock-object-id="ticket/<?php echo $ticket->getId(); ?>"
data-lock-id="<?php echo $mylock ? $mylock->getId() : ''; ?>"
action="tickets.php?id=<?php echo $ticket->getId(); ?>#note"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment