Results 1 to 2 of 2

Thread: 'Select' Popup search corrupted?

  1. #1
    dfv78 is offline Sugar Community Member
    Join Date
    Apr 2008
    Posts
    16

    Exclamation 'Select' Popup search corrupted?

    Hi, I'm using Sugar version 5.5.4

    I have been having a problem with the Popup search that comes up after pressing the 'Select' button. It happens in every pop up it doesn't matter in which module it is pressed.

    After pop up comes there are no values in the search results. If I look at the source the last thing I see is this:

    Code:
    <script type="text/javascript">
    /* initialize the popup request from the parent */
    if(window.document.forms['popup_query_form'].request_data.value == "")
    {
    	window.document.forms['popup_query_form'].request_data.value
    		= JSON.stringify(window.opener.get_popup_request_data());
    }
    
    enableQS(false);
    </script>
    I'm assuming that javascript function is not loading the data.

    Does anyone know how can I repair it so that the Popups return data.

    Thank you

  2. #2
    dfv78 is offline Sugar Community Member
    Join Date
    Apr 2008
    Posts
    16

    Default Re: 'Select' Popup search corrupted?

    Ok I the problem I was having was with the CETeams. I had to install v.1.0.7d Fix for 5.5.4 and not it is working correctly.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. popup "select all" function / popup only 20 records in list
    By Operator in forum General Discussion
    Replies: 2
    Last Post: 2010-07-23, 06:52 AM
  2. no result on popup select accounts
    By alexkickstand in forum Developer Help
    Replies: 0
    Last Post: 2010-05-19, 06:25 PM
  3. Replies: 3
    Last Post: 2009-02-11, 11:48 AM
  4. Replies: 1
    Last Post: 2008-06-07, 11:10 AM
  5. how to append after select from a popup
    By sugarcare in forum Developer Help
    Replies: 0
    Last Post: 2006-09-13, 09:41 PM

Tags for this Thread

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
  •