I did several upgrades and then auto refresh of dashboard and tickets stopped working.
I found that in the source code of the page there is no meta-equiv refresh, so after I have read viewtopic.php?f=62&t=7491
I put in /opt/otrs/Kernel/Output/HTML/myMotiv/HTMLHead.dtl
Code: Select all
<meta http-equiv="refresh" content="120">
This hack works, but now our technicians are complaining that the system is reloading when they are writing a ticket. So we need the system auto refresh only if a page without input is open. (That means dashboard and tickets)
Sorry, understand only the last answer of the viewtopic.php?f=62&t=7491, but I don't understand the answer before the last, which may be the right way to solve this issue (?)
In ttlcache I have 0.5 - I think that means 30s, it looks like OK for me and I have set refresh time 2minutes in user profiles, but it has no effect.
Thank you for any help.