What is your version of SuiteCRM? That visual bug is already solved in the latest, I think.
version 7.11.6
Hi pgr,
Thanks for sharing this⦠this is really useful
Please let me know if I would like to change this for every subpanel which file to change.
And if we add another panel, this flat sub panel should appear.
Thanks
I donāt know the answer, but itās an interesting question
I think that is being used here
$flat = isset($params['flat']) ? $params['flat'] : (isset($sugar_config['enable_action_menu']) ? !$sugar_config['enable_action_menu'] : false);
So that suggests that you could usa a definition in config_override.php similar to
$sugar_config['enable_action_menu'] = false;
Try also with false
, I am not sure which one puts things the way you want. This setting will only affect modules where flat
is not defined at all.
Thanks for the prompt reply
where the below code is written (in which file)
$flat = isset($params['flat']) ? $params['flat'] : (isset($sugar_config['enable_action_menu']) ? !$sugar_config['enable_action_menu'] : false);
Click the word āhereā in my post above, itās a link!
Hi @woon. did you solve this same email thread part