[Solved] Queue View not refreshing

Moderator: crythias

Post Reply
chrotha
Znuny newbie
Posts: 93
Joined: 29 Jun 2018, 13:44
Znuny Version: 6.x.x/7.0.x
Real Name: Ruben Sardinha

[Solved] Queue View not refreshing

Post by chrotha »

Hello everyone,

I've been having some issues with the Queue View Refresh.
Our agents have been telling us that the Queue View is not update, even if they have the Overview Refresh Time at two minutes.
After a bit of inspecting, we found an error that's given every two minutes, in the Queue View, as show in the print below
Screenshot_2.png
This is the code that's returning the error:

Code: Select all

if($('#Fulltext')&&$('#Fulltext').val().length){return;}
I'm currently using RHEL 8.5 and using OTRS 6.0.40.

Any help with this issue would be appreciated. If you need anymore information, I'm happy to provide.

Thanks in advance
You do not have the required permissions to view the files attached to this post.
Last edited by chrotha on 20 Jul 2022, 09:55, edited 1 time in total.
root
Administrator
Posts: 3963
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Queue View not refreshing

Post by root »

Hi,

I would guess this bug is the cause: https://github.com/znuny/Znuny/issues/237

Two possibilities: enable fulltext search toolbar or upgrade to at least 6.0.41

- Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
chrotha
Znuny newbie
Posts: 93
Joined: 29 Jun 2018, 13:44
Znuny Version: 6.x.x/7.0.x
Real Name: Ruben Sardinha

Re: Queue View not refreshing

Post by chrotha »

Hey Roy,

Thanks for the reply, I'll be trying the first option, we'll most likely update since a newer version is out.
Post Reply