Subpanel show and hide


Hello,

By default subpanel is showing i want to hide it by default?

Herewith i have attcahed the image.

Are you not wanting it to display at all? Or just load closed?

By default subpanel is showing . user want to select to view the subpanels

One option that I recently found is to set all subpanels to be collapsed, either all the time or on a per-login basis (so in each login session, the subpanels the user expands will stay open if he/she leaves the page and comes back; they’ll reset to collapsed if he/she logs out). This affects ALL subpanels, so you can’t select the ones it applies to, but it works for our instance.

To do it, go to config_override.php and add one of these lines:

$sugar_config[‘hide_subpanels’] = true;

OR

$sugar_config[‘hide_subpanels_on_login’] = true;