Hi,
I would like to increase the number of items currently displaying in the "My Open Cases" dashlet from the maximum of 10 to 20.
How do I make this change?
Sugar v5.2.0a (build 5447)
Many Thanks,
Richard Mace
Hi,
I would like to increase the number of items currently displaying in the "My Open Cases" dashlet from the maximum of 10 to 20.
How do I make this change?
Sugar v5.2.0a (build 5447)
Many Thanks,
Richard Mace
Hi
Check your config.php
Replace the above code with below one.Code:'dashlet_display_row_options' => array ( 0 => '1', 1 => '3', 2 => '5', 3 => '10', ),
Code:'dashlet_display_row_options' => array ( 0 => '1', 1 => '3', 2 => '5', 3 => '10', 4 => '20', ),
Excellent. That's nice and easy.
Many thanks for your help.
Rich
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks