
I want that the browser title also includes the subject of the ticket.
Is that possible?
Moderator: crythias
Kernel/Modules/AgentTicketZoom.pmmarc_fauser wrote: ↑04 Oct 2021, 22:26 We have a lot of custom changes done.
Can you tell me which file I have to modify?
I don't mind paying for it if somebody has a small solution.
Code: Select all
# generate output
my $Output = $LayoutObject->Header(
Value => "$Ticket{TicketNumber} - $Ticket{Title}",
TicketID => $Ticket{TicketID},
);