Results 1 to 6 of 6

Thread: Issue printing listview after advanced search with muliple value fields

  1. #1
    jmblanco is offline Junior Member
    Join Date
    Nov 2006
    Posts
    1

    Default Issue printing listview after advanced search with muliple value fields

    When I search using a multiple selection field (like assigned-user) the result is a listview with the correct registers. Then I push print button for obtaining the print version of the page, and the search is lost, and page displays all registers in the module. This issue is present in several modules that I have tried. (Opportunities, Contacts)

    I think this is a bug, but can't find it in bug tracker.

    My versions are for standard sugarcrm-bitrock-4.5.0f-windows-installer

    Thanks in advance,
    Jose.

  2. #2
    JayL is offline Sugar Community Member
    Join Date
    May 2005
    Posts
    37

    Default Re: Issue printing listview after advanced search with muliple value fields

    I have the identical problem. It's bad enough I can't filter my opportunites and only show the open ones. But, I can't even get a printout.

  3. #3
    aruns is offline Sugar Community Member
    Join Date
    Feb 2007
    Posts
    12

    Exclamation Re: Issue printing listview after advanced search with muliple value fields

    ya me too have the same problem can any one solve this problem plz do inform us.

  4. #4
    enigma is offline Sugar Community Member
    Join Date
    Feb 2008
    Location
    between 1's and 0's
    Posts
    39

    Default Re: Issue printing listview after advanced search with muliple value fields

    Quote Originally Posted by aruns
    ya me too have the same problem can any one solve this problem plz do inform us.
    I submitted a similar report to sugarcrm bugs. Please check it out.

    Bug # 20025

  5. #5
    fbnewtz is offline Sugar Community Member
    Join Date
    Jun 2006
    Posts
    31

    Default Re: Issue printing listview after advanced search with muliple value fields

    I paid someone to solve the issue for us. I replied to the bug entry with the correct line of code. There is only one variable name that has to be changed. I don't know if that is going to wreak havoc with other areas of Sugar or not. Hopefully not.

    Thanks,

    Fred
    http://www.top10php.com/PHP Coder

  6. #6
    enigma is offline Sugar Community Member
    Join Date
    Feb 2008
    Location
    between 1's and 0's
    Posts
    39

    Default Re: Issue printing listview after advanced search with muliple value fields

    There is a problem with the following line in the "includeMVCSugarApplication.php"

    about 160

    from

    $GLOBALS['request_string'] .= $val[$k].'='.urlencode($v).'&';

    to

    $GLOBALS['request_string'] .= $key."[$k]".'='.urlencode($v).'&';



    Solution provided by:
    http://top10php.com
    the line:

    $GLOBALS['request_string'] .= $val[$k].'='.urlencode($v).'&';

    is found at line 57 and it is within a comment.

Thread Information

Users Browsing this Thread

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

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
  •