Hello ,
How can i remove the “change history” submenu ?
Infos: SuiteCRM v7.1.5
Hello ,
How can i remove the “change history” submenu ?
Infos: SuiteCRM v7.1.5
You just need to comment out the line of that button in cutom/modules/your_module/metadata/detailviewdefs.php and then do a quick repair
array (
'buttons' =>
array (
0 => 'EDIT',
1 => 'DUPLICATE',
2 => 'DELETE',
//3 => 'FIND_DUPLICATES',
),
),
Best Regards
but this menu must remain visible to the administrator