Re: Error adding Dashlets
Just make sure the english file on custom\include\language is very similar to your language file. What generate the error is if you use a dropdown that is translated in your dashlets and it has a diferent number of options on both files.
Like this:
On English:
$GLOBALS['app_list_strings']['case_type_dom']=array (
'Product' => 'Production',
'User' => 'User',
);
On Portuguese:
$GLOBALS['app_list_strings']['case_type_dom']=array (
'Product' => 'Production',
'User' => 'User',
'Supplier' => 'Supplier',
);
In this case the dashlets will not work.
Regards,
SugarCRM CE v.5.2.0c
Windows platform
MySQL v.5.0.37
phpMyAdmin - 2.11.2.2
Apache Server v.2.0
Bookmarks