CustomerID groups & Dashboard icons

Moderator: crythias

Locked
kissman
Znuny newbie
Posts: 3
Joined: 02 Jun 2013, 16:19
Znuny Version: 3.2.3

CustomerID groups & Dashboard icons

Post by kissman »

Hello :) I am new to OTRS and I was used OS Ticket before this... i need little help with two things:

1) on screenshots of OTRS, I see nice info icon at the top of page... on my installation is no icons, why? Removed in new versions?

Image

2) how configure customerid groups right? When I log to the demo on the OTRS homepage, I see in client details listbox with IDs of companies. In my installation i see only textbox.

Image
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: CustomerID groups & Dashboard icons

Post by reneeb »

1) those icons only appear when they are needed (e.g. you have locked tickets, there are new articles in your tickets,...)
2) You have to enable CustomerCompany support
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
kissman
Znuny newbie
Posts: 3
Joined: 02 Jun 2013, 16:19
Znuny Version: 3.2.3

Re: CustomerID groups & Dashboard icons

Post by kissman »

1) thanks for the info ;)
2) you mean edit config.pm and copy from default.pm and uncomment righ sections?
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: CustomerID groups & Dashboard icons

Post by reneeb »

Just add

Code: Select all

$Self->{CustomerUser}->{CustomerCompanySupport} = 1;
to Kernel/Config.pm
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Locked