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:
I'm assuming that javascript function is not loading the data.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>
Does anyone know how can I repair it so that the Popups return data.
Thank you


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks