mirror of https://github.com/itflow-org/itflow
Remove the hidden form name for bulk merge and just leave the id
This commit is contained in:
parent
27dbbbb660
commit
05b50519b1
|
|
@ -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">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue