I have just upgraded to 4.5, and while I like the new Dashlets, I want to see more than just 5 items. Does anyone know if this is configurable?
Sugar Version 4.5.0b (Build 1144)
Server: Linux, mySQL, Apache
Client: WinXP, Firefox 1.5.0.7
I have just upgraded to 4.5, and while I like the new Dashlets, I want to see more than just 5 items. Does anyone know if this is configurable?
Sugar Version 4.5.0b (Build 1144)
Server: Linux, mySQL, Apache
Client: WinXP, Firefox 1.5.0.7
just click on the first icon above the dashlet that you want to configure. The icon has a pen on it and it is for editing the dashlet. Hope that helps
Thank you very much. I really did search around before asking the question, but I'm a bit embarassed that the answer was that simple. Thanks again.
Also,
in the config.php file is an array that populates the choices you have. So, if you need more than the current maximum 10 items in a dashlet you can configure your config file like this:
'dashlet_display_row_options' =>
array (
0 => '1',
1 => '3',
2 => '5',
3 => '10',
4 => '20',
5 => '50',
),
And you got now a choice including 20 and 50.
Hope that helps.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks