Results 1 to 2 of 2

Thread: Assigned to field not displaying in list view

  1. #1
    rat_1785 is offline Junior Member
    Join Date
    Jan 2012
    Posts
    6

    Default Assigned to field not displaying in list view

    Hi,
    Please help me. "Assigned to" value is not displaying in list view.

  2. #2
    rat_1785 is offline Junior Member
    Join Date
    Jan 2012
    Posts
    6

    Default Re: Assigned to field not displaying in list view

    We think we've found the fix.
    This issue resolve in 6.3 and later version.
    Make a change in include/utils.php in the get_user_array() function, changing the line:

    if(!isset($user_array)) {

    to:

    if(empty($user_array)) {

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. assigned to problem in the list view
    By nanduruchi in forum Developer Help
    Replies: 4
    Last Post: 2010-12-20, 11:03 AM
  2. Displaying the column total of an integer field in list view
    By bernyperera in forum Developer Help
    Replies: 9
    Last Post: 2010-01-22, 07:24 AM
  3. Replies: 1
    Last Post: 2010-01-12, 01:50 AM
  4. Relate field in detaied view is not displaying...
    By shailaja_crm in forum Developer Tutorials
    Replies: 1
    Last Post: 2010-01-07, 07:37 PM
  5. Displaying team name in list view
    By jbeauchamp in forum Developer Help
    Replies: 3
    Last Post: 2007-10-24, 04:15 PM

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
  •