mirror of
https://github.com/itflow-org/itflow
synced 2026-03-18 11:44:51 +00:00
Temporary diabled Bulk Ticket Merge in the Main Ticket view as it was not allowing a tech to be assigned from that view
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
<input type="text" class="form-control" id="merge_into_ticket_number" name="merge_into_ticket_number" placeholder="Ticket number" required onfocusout="merge_into_number_get_details()">
|
<input type="text" class="form-control" id="merge_into_ticket_number" name="merge_into_ticket_number" placeholder="Ticket number" onfocusout="merge_into_number_get_details()">
|
||||||
<!-- Calls Javascript function merge_into_number_get_details() after leaving input field -->
|
<!-- Calls Javascript function merge_into_number_get_details() after leaving input field -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
<div class="input-group-prepend">
|
<div class="input-group-prepend">
|
||||||
<span class="input-group-text"><i class="fa fa-fw fa-sticky-note"></i></span>
|
<span class="input-group-text"><i class="fa fa-fw fa-sticky-note"></i></span>
|
||||||
</div>
|
</div>
|
||||||
<input type="text" class="form-control" name="merge_comment" placeholder="Comments" required>
|
<input type="text" class="form-control" name="merge_comment" placeholder="Comments">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -544,7 +544,7 @@ $user_active_assigned_tickets = intval($row['total_tickets_assigned']);
|
|||||||
<?php require_once "ticket_bulk_assign_modal.php"; ?>
|
<?php require_once "ticket_bulk_assign_modal.php"; ?>
|
||||||
<?php require_once "ticket_bulk_edit_priority_modal.php"; ?>
|
<?php require_once "ticket_bulk_edit_priority_modal.php"; ?>
|
||||||
<?php require_once "ticket_bulk_reply_modal.php"; ?>
|
<?php require_once "ticket_bulk_reply_modal.php"; ?>
|
||||||
<?php require_once "ticket_bulk_merge_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_resolve_modal.php"; ?>
|
<?php require_once "ticket_bulk_resolve_modal.php"; ?>
|
||||||
</form>
|
</form>
|
||||||
<?php require_once "pagination.php"; ?>
|
<?php require_once "pagination.php"; ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user