Howto?: More tickets by default on the dashboard.

Moderator: crythias

Post Reply
finalbeta
Znuny newbie
Posts: 11
Joined: 12 Jul 2018, 12:19
Znuny Version: 5.1.1.1.1

Howto?: More tickets by default on the dashboard.

Post by finalbeta »

Hi,

We are using Znuny LTS and are using a default dashboard.
I've been searching through settings to find a way to see more tickets in the open tickets view.
The maximum number is 50, after that, Znuny shows a second page for tickets.

I would need to encrease this to 100. Any tips on how please?
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: Howto?: More tickets by default on the dashboard.

Post by reneeb »

You would need to do a small code change. In https://github.com/znuny/Znuny/blob/72b ... ic.pm#L428 you would need to add

Code: Select all

100 => '100',
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
finalbeta
Znuny newbie
Posts: 11
Joined: 12 Jul 2018, 12:19
Znuny Version: 5.1.1.1.1

Re: Howto?: More tickets by default on the dashboard.

Post by finalbeta »

Thank you @reneeb.
That works. ( Unfortunatly it will bread on updating, but it is a fix :) )
Post Reply