Fixed Bulk Merge issues by renaming ticket_id name var in bulk merge modal

This commit is contained in:
johnnyq
2024-09-09 17:49:53 -04:00
parent 765850b22f
commit 27dbbbb660
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
</button>
</div>
<input type="hidden" id="current_ticket_id" name="ticket_id" value="0"> <!-- Can't currently bulk check this -->
<input type="hidden" id="current_ticket_id" name="current_ticket_id" value="0"> <!-- Can't currently bulk check this -->
<input type="hidden" name="merge_move_replies" value="0"> <!-- Default 0 -->
<div class="modal-body bg-white">