I am using suitecrm Versión 7.10.14 Sugar Versión 6.5.25 (Compilación 344)
I need ordering the subpanels for any module like admin and apply it for all users. For example in Contacts module y have 3 subpanels in the order follow:
Documents
Activities
Cases
History
I need ordering then subpanels in the next order:
Cases
Documents
Activities
History I tried with the option DISPLAY MODULES AND SUBPANELS, and its not possible Its possible reorder the subpanels for all users using the user administrator ? O exists another alternative ?
Thanks for your help.
@hershibar
There is the file modules/<module_name>/metadata/subpaneldefs.php in each module. You can make custom file and set the parameter order as you want. Panels are sorted in ascending order.
If you want than users can’t change the order you should switch on Admin->System Settings->Prevent user customizable subpanel layout.
I maked a custom file named reoder_subpanels.php on custom/Extension/modules/<MODULE_NAME>/Ext/Layoutdefs.
In the same path for on all diferents file name wich start with _override% change the order similar at file reoder_subpanles.php , save all changes, Repair and Rebuild