Results 1 to 3 of 3

Thread: Modified search layout in Studio, now case listing blank

  1. #1
    lowJack01 is offline Sugar Community Member
    Join Date
    Sep 2007
    Location
    Albuquerque, NM
    Posts
    86

    Default Modified search layout in Studio, now case listing blank

    I modified the case listing via the Studio. Now my Cases listing screen is blank. I have since modified the module back to the original, but to no avial.

    Here is my search_defs for cases:

    $searchdefs['Cases'] = array(
    'templateMeta' => array('maxColumns' => '3', 'widths' => array('label' => '10', 'field' => '30')),
    'layout' => array(

    'basic_search' => array (
    'case_number',
    'name',
    'account_name',

    array (
    'name' => 'current_user_only',
    'label' => 'LBL_CURRENT_USER_FILTER',
    'type' => 'bool',
    ),
    )
    ,'advanced_search' => array (
    'name',
    'case_number',
    'account_name',
    'status',

    array (
    'name' => 'assigned_user_id',
    'type' => 'enum',
    'label' => 'LBL_ASSIGNED_TO',
    'function' =>
    array (
    'name' => 'get_user_array',
    'params' =>
    array (
    false,
    ),
    ),
    ),
    'priority',
    )
    ),

    );

    Can anyone help me to get my case listings back?

    Thank you for any and all input!
    Thank you,

    Jackie Trent
    Independent Contractor
    Sugar - 5.0.0d, 5.0.0f
    PHP Version 5.1.6
    MySQL 5.0.58

  2. #2
    lowJack01 is offline Sugar Community Member
    Join Date
    Sep 2007
    Location
    Albuquerque, NM
    Posts
    86

    Default Re: Modified search layout in Studio, now case listing blank

    Oh:

    CentOS 5
    Sugar 5.0.0e
    Apache/2.0.52 (CentOS)
    php 5.1.6
    MySQL 5.0.58
    Thank you,

    Jackie Trent
    Independent Contractor
    Sugar - 5.0.0d, 5.0.0f
    PHP Version 5.1.6
    MySQL 5.0.58

  3. #3
    lowJack01 is offline Sugar Community Member
    Join Date
    Sep 2007
    Location
    Albuquerque, NM
    Posts
    86

    Default Re: Modified search layout in Studio, now case listing blank

    Solved!

    I logged in as the admin and tested the cases listing - and it worked! That gave me a small clue that it was my account only. Shooting at fleas with a cannon, I just went and looked at my search items. I had already verified that both of my search forms were empty, so I looked for something else. I had a saved search layout. When I selected the saved search layout, it worked!! And now, it works for all my layouts.

    I think the reason must be that I was playing with the avilable fields at the same time I was playing with my saved searches. Any further speculation is appreciated!
    Thank you,

    Jackie Trent
    Independent Contractor
    Sugar - 5.0.0d, 5.0.0f
    PHP Version 5.1.6
    MySQL 5.0.58

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 15
    Last Post: 2010-04-01, 04:04 PM
  2. Replies: 0
    Last Post: 2008-05-13, 09:29 AM
  3. Replies: 4
    Last Post: 2007-01-05, 12:04 AM
  4. Replies: 2
    Last Post: 2006-12-08, 04:19 AM
  5. BUG In Search/Edit Layout???
    By tj@estreet.com in forum Help
    Replies: 13
    Last Post: 2006-06-10, 05:43 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
  •