Queue rename doesn't work, cached?

Moderator: crythias

Locked
prof-farnsworth
Znuny newbie
Posts: 6
Joined: 13 Oct 2010, 10:44
Znuny Version: 2.3.2

Queue rename doesn't work, cached?

Post by prof-farnsworth »

Hello everybody,

many thanks for all your help for my last posts in this forum.

After renaming a Queue from Support Queue to Global Support Queue no change happen. In the admin interface the queue is successfully renamed also in the drop-down menu of the tickets. But no change happen in the QueueOverview list.

I've also run the script ./otrs.CacheDelete.pl but nothing changed. Is there some other cache mechanism that is used to display the old name of the QueueOverview list?

Thanks a lot and best regards
elvanov
Znuny newbie
Posts: 32
Joined: 12 Jun 2010, 00:42
Znuny Version: 2.4.7

Re: Queue rename doesn't work, cached?

Post by elvanov »

Hi,

What do you mean by QueueOverview? Action=AdminQueue?

Regads,
Elva
prof-farnsworth
Znuny newbie
Posts: 6
Joined: 13 Oct 2010, 10:44
Znuny Version: 2.3.2

Re: Queue rename doesn't work, cached?

Post by prof-farnsworth »

Hello,

I mean the "Action=AgentTicketQueue". The normal queue overview
page where i can select different queues like "windows-team", "my queue" and so on.

Best regards and Thanks
prof-farnsworth
Znuny newbie
Posts: 6
Joined: 13 Oct 2010, 10:44
Znuny Version: 2.3.2

Re: Queue rename doesn't work, cached?

Post by prof-farnsworth »

Hi There,

nobody any idea?
I've also a small information that could be helpful, the problem only exists if there are open tickets in this queue.

Best regards.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Queue rename doesn't work, cached?

Post by crythias »

I can't replicate. What version?

I went to Admin, Queues, select the queue I want to change, then modified the Queue Name (Update)
It immediately affects a ticket that is open in that Queue.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
prof-farnsworth
Znuny newbie
Posts: 6
Joined: 13 Oct 2010, 10:44
Znuny Version: 2.3.2

Re: Queue rename doesn't work, cached?

Post by prof-farnsworth »

OTRS 2.4.7 on an Apache2 mod_perl and MySQL database server.
The "queue change" drop-down menu is updated successful but on the top of the ticket overview list not - crazy ;-)
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Queue rename doesn't work, cached?

Post by crythias »

screenshot? Are you certain you changed a name instead of added a new Queue?
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
xxx

Re: Queue rename doesn't work, cached?

Post by xxx »

I know this thread is old, but I just had the very same problem (OTRS 2.4.9) and after been frustrated about not finding a solution here, I found it elsewhere (in german forum here: viewtopic.php?f=17&t=5834):
As we are working with static indices, I had to rebuild them, too:
bin/RebuildTicketIndex.pl

and magically the new ticket names appeared! :D
Locked