Re: HOW TO change order by?

Originally Posted by
andopes
Hi Jordy
You need to create an extended layoutdefs for Project module. Create the folders and file custom/Extension/modules/Project/Ext/Layoutdefs/layoutdefs.ext.php
containing something like that:
PHP Code:
<?PHP
$layout_defs['Project']['projecttask']['sort_order'] = 'asc';
?>
Go to Admin -> Repair -> Rebuild Extensions
Best regards
Hi Andopes,
Thanks for your reply;
I have added the following code into my directory lcustom/Extension/modules/Project/Ext/Layoutdefs/layoutdefs.ext.php
Php code;
PHP Code:
<?php
$layout_defs['Project']['projecttask']['sort_order'] = 'asc';
unset($layout_defs['Project']['subpanel_setup']['accounts']);
unset($layout_defs['Project']['subpanel_setup']['activities']);
unset($layout_defs['Project']['subpanel_setup']['contacts']);
unset($layout_defs['Project']['subpanel_setup']['opportunities']);
unset($layout_defs['Project']['subpanel_setup']['cases']);
unset($layout_defs['Project']['subpanel_setup']['bugs']);
?>
After that i rebuild the Extensions
But still have same problem; nothing has changed. See screenshot earlier post
Any ideas?
Much appreciate
Kind regards,
De Kleine Media
SugarCRM CE v.5.2.0h
Windows platform
MySQL v.5.1
phpMyAdmin - 2.11.2.2
Apache Server v.2.0
Bookmarks