Hide Subpanel in Contact

Hello,

I want to hide the "Direct Report" subpanel in contacts module.

Does anybody know how to do this action?

Thanks and regards.

Parents
  • The easiest way to remove a subpanel would be to copy ./modules/Contacts/clients/base/layouts/subpanels/subpanels.php to ./custom/modules/Contacts/clients/base/layouts/subpanels/subpanels.php and make your modifications in the copy of the file to remove the entry that references the Direct Reports (or other) subpanel.

    Don't forget to purge the contents of ./cache and reload Sugar after applying your change.

Reply
  • The easiest way to remove a subpanel would be to copy ./modules/Contacts/clients/base/layouts/subpanels/subpanels.php to ./custom/modules/Contacts/clients/base/layouts/subpanels/subpanels.php and make your modifications in the copy of the file to remove the entry that references the Direct Reports (or other) subpanel.

    Don't forget to purge the contents of ./cache and reload Sugar after applying your change.

Children