mirror of https://github.com/itflow-org/itflow
Fixed Bulk Merge issues by renaming ticket_id name var in bulk merge modal
This commit is contained in:
parent
765850b22f
commit
27dbbbb660
|
|
@ -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">
|
||||
|
||||
|
|
|
|||
|
|
@ -550,7 +550,7 @@ $user_active_assigned_tickets = intval($row['total_tickets_assigned']);
|
|||
<?php require_once "ticket_bulk_edit_priority_modal.php"; ?>
|
||||
<?php require_once "ticket_bulk_add_project_modal.php"; ?>
|
||||
<?php require_once "ticket_bulk_reply_modal.php"; ?>
|
||||
<?php // 2024-08-25 JQ Disabled not able to change assignee require_once "ticket_bulk_merge_modal.php"; ?>
|
||||
<?php require_once "ticket_bulk_merge_modal.php"; //2024-08-25 JQ Disabled not able to change assignee ?>
|
||||
<?php require_once "ticket_bulk_resolve_modal.php"; ?>
|
||||
</form>
|
||||
<?php require_once "pagination.php"; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue