Page 1 of 1

Ticket History expanded by default rather than collapsed in admin_ticket.php page

Posted: Tue Jan 28, 2025 9:08 pm
by ztank
HESK 3.5.2
Is there a way to set the Ticket History expanded by default rather than collapsed in admin_ticket.php page?
Thanks.

Re: Ticket History expanded by default rather than collapsed in admin_ticket.php page

Posted: Tue Jan 28, 2025 9:37 pm
by Klemen
You can edit admin_ticket.php

Change

Code: Select all

<section class="params--block history accordion">
to

Code: Select all

<section class="params--block history accordion visible">
And a few lines below that, change

Code: Select all

<div class="accordion-body">
to

Code: Select all

<div class="accordion-body" style="display:block">