16 Jul
2025
16 Jul
'25
1:34 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40336 --- Comment #11 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- David, you were on the right track with this. I ran code from bug 36586 through Copilot and it pointed out that variable const idle_timeout has to be converted as number also in function login_timeout found from sci-main.tt and sco-main.tt: const idleTimeout = Number("[% Koha.Preference('SelfCheckTimeout') | html %]"); This stopped the constant refreshing. Unfortunately with this bugs patch in place converting no longer helps no matter how many Number() methods I add :D -- You are receiving this mail because: You are watching all bug changes.