Results 1 to 3 of 3

Thread: Case Dashlet Display Quantity

  1. #1
    richmace is offline Member
    Join Date
    Feb 2009
    Posts
    9

    Default Case Dashlet Display Quantity

    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

  2. #2
    crmsiva's Avatar
    crmsiva is offline A Sugar Hero
    Join Date
    Jan 2009
    Location
    Chennai, India
    Posts
    1,130

    Default Re: Case Dashlet Display Quantity

    Hi

    Check your config.php

    Code:
      'dashlet_display_row_options' => 
      array (
        0 => '1',
        1 => '3',
        2 => '5',
        3 => '10',
      ),
    Replace the above code with below one.

    Code:
      'dashlet_display_row_options' => 
      array (
        0 => '1',
        1 => '3',
        2 => '5',
        3 => '10',
        4 => '20',
      ),

  3. #3
    richmace is offline Member
    Join Date
    Feb 2009
    Posts
    9

    Default Re: Case Dashlet Display Quantity

    Excellent. That's nice and easy.

    Many thanks for your help.

    Rich

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to display subpanel fields in dashlet
    By nbrewster in forum Developer Help
    Replies: 2
    Last Post: 2008-10-15, 03:56 AM
  2. Dashlet record display problem
    By rraushan2007 in forum Developer Help
    Replies: 1
    Last Post: 2008-08-28, 03:47 PM
  3. Request - ListItem Display Quantity By Module
    By bstonehill in forum Feature Requests
    Replies: 0
    Last Post: 2007-10-31, 08:11 PM
  4. Display Calendar dashlet on homepage.
    By sinkplaat in forum Help
    Replies: 3
    Last Post: 2007-03-01, 07:49 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •