Page 1 of 1

Uncaught TypeError: t[6] is null

Posted: Fri May 09, 2025 4:12 pm
by Steph
Hello,

On the page "admin/admin_ticket.php?track=M2H-2SY-XXX&Refresh=97021", the Firefox console finds the following error:
In picture: https://ibb.co/zT9sJw05

I don't notice any impact on the page, but I'm just reporting the issue for possible correction in a future version.

Re: Uncaught TypeError: t[6] is null

Posted: Fri May 09, 2025 4:59 pm
by Klemen
This doesn't happen in any of my tests. Anyone else seeing it that can provide access to admin for testing?

Re: Uncaught TypeError: t[6] is null

Posted: Sat May 10, 2025 8:40 am
by Steph
I just did some tests, it seems to happen when the "Time worked" option is disabled.

When I enable this option, I no longer get the error.

Re: Uncaught TypeError: t[6] is null

Posted: Mon May 12, 2025 4:13 pm
by Klemen
Ah, thanks - this happens because hesk timer JS is loaded in any case. It shouldn't cause any UI issues, but it will be fixed anyway in the next release.

Re: Uncaught TypeError: t[6] is null

Posted: Mon May 12, 2025 8:08 pm
by Steph
Perfect, thank you.