Remove the hidden form name for bulk merge and just leave the id

This commit is contained in:
johnnyq 2024-09-09 17:55:08 -04:00
parent 27dbbbb660
commit 05b50519b1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
</button>
</div>
<input type="hidden" id="current_ticket_id" name="current_ticket_id" value="0"> <!-- Can't currently bulk check this -->
<input type="hidden" id="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">