
21 Dec
2004
21 Dec
'04
12:47 p.m.
Hi, Is it possible to create a queue which is not visible to the customers and can only be seen by agents just for ticket movement? Thanks. -- Erol YILDIZ

21 Dec
21 Dec
9:11 p.m.
Erol YILDIZ wrote:
Hi,
Is it possible to create a queue which is not visible to the customers and can only be seen by agents just for ticket movement?
You can manually enumerate queues you want to show up in customers' web interface in Kernel/Config.pm file. $Self->{CustomerPanelOwnSelection} = { # Queue => Frontend-Name 'QueueOne' => 'First Queue!', 'QueueTwo' => 'Second Queue!', }; You must edit it manually, and if you're running mod_perl you'll have to restart the web server also. Thats how things are for version 1.3.2. Regards, Damir
7514
Age (days ago)
7514
Last active (days ago)
1 comments
2 participants
participants (2)
-
Damir Dzeko
-
Erol YILDIZ