OTRS 3.3 Dashboard Statistic Widgets not visible

Hilfe zu Znuny Problemen aller Art
Locked
alf12
Znuny newbie
Posts: 11
Joined: 10 Jan 2014, 11:52
Znuny Version: 3.3.3
Location: Dresden

OTRS 3.3 Dashboard Statistic Widgets not visible

Post by alf12 »

Hello,
I have upgrade OTRS 3.2.12 to 3.3.3 on Windows recently and want to use the new management dashboard statistic feature.
I have set the 'Show as Dashboard-Widget' option on several existing statistics and also tried different output formats. I also created new statistics with that option enabled.

Of course I also checked the crontab for the needed job 'otrs.GenerateDashboardStats.pl'.
If I run it manually the output looks correct:

Code: Select all

C:\Windows\system32> C:\perl\bin\perl.exe C:/OTRS/OTRS/bin/otrs.GenerateDashboardStats.pl
Stat: New tickets last week
Stat: New Tickets
NOTICE: done.
Still the stats are not available in the user dashboard settings and no widget is being displayed at all.

What am I doing wrong or what is missing? Do I need special permissions or config settings?

Thank you
Norman
alf12
Znuny newbie
Posts: 11
Joined: 10 Jan 2014, 11:52
Znuny Version: 3.3.3
Location: Dresden

Re: [SOLVED] OTRS 3.3 Dashboard Statistic Widgets not visibl

Post by alf12 »

After some debugging I found the issue myself.

We use different groups to control access to stats.
But in 'Kernel\Modules\AgentDashboardCommon.pm' the group 'stats' is hardcoded (design?).
So I copied the file to Custom and changed the group to our needs i.e. group 'stats_dashboard'.
Then the dashboard stats are visible/selectable only for members of this group.

Issue closed.
Gruß
Norman
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: OTRS 3.3 Dashboard Statistic Widgets not visible

Post by reneeb »

This will be fixed in future versions (see Changes.md in github repo)
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