Sub Panel - 'Select All' Check Box Not Working

Hi,

Version of SuiteCRM - Version 7.10.18 - Sugar Version 6.5.25 (Build 344).

I have an issue where the ‘select all’ check box function is not working in my subpanel pop ups. When I click on the checkbox, nothing gets selected below (please see image). Also the little arrow dropdown next to the checkbox has disappeared as well. Please note I have purchased a theme from the SuiteCRM store. The check box was working fine after install but just stopped working.

Here is a screenshot of the pop up : https://pasteboard.co/IowjTx6.png

Here are the errors I am getting in my browser console: https://pasteboard.co/IowkGRI.png

/include/javascript/pop_helper.js

);
$(document).ready(function(){     - Line 344
     $("ul.clickMenu").each(function(index, node){
       $(node).sugarActionMenu();
    });
});

cache/include/javascript/sugar_grp1_jquery.js

Line 29 is blank

  • backward compatible support for $.browser
    */
    Line 29
var matched,browser;jQuery.uaMatch=function(e){e=e.toLowerCase();var r=/(chrome)[ \/]([\w.]+)/.exec(e)||/(webkit)[ \/]([\w.]+)/.exec(e)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(e)||/(msie) ([\w.]+)/.exec(e)||e.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(e)||[];return{browser:r[1]||"",version:r[2]||"0"}},matched=jQuery.uaMatch(navigator.userAgent),browser={},matched.browser&&(browser[matched.browser]=!0,browser.version=matched.version),browser.chrome?browser.webkit=!0:browser.webkit&&(browser.safari=!0),jQuery.browser=browser;/* End of File include/javascript/jquery/jquery.browser.js */

Failed to load resource: the server responded with a status of 404 () - bootstrap.min.css
Looking for the resource in the purchased theme folder. The file is in another location for the theme.

Any assistance would be appreciated

Thank you

You might be getting this problem (there is a proposed fix there):

https://github.com/salesagility/SuiteCRM/issues/7402

Any way, I would try loading up a user with the default Theme just to make sure if the problem is only with your custom theme or not.