Some subpanels are empty in contact module's detail view

Hi,

Some subpanels are empty in contact module’s detail view. Permissions are Okey and I did both “Rebuild Relationships” and “Quick Repair and Rebuild”.

FYI : I am using SuiteCRM Version 7.9.5 Sugar Version 6.5.24 (version de construction 509)

Best regards.

There have been dozens of fixes since 7.9.5, maybe you could try upgrading?

Also, are you sure there should be data there? Which subpanels do you mean, on which detail views?

Remember always to check your logs for any errors.

I upgraded to latest version 7.9.14 but it still the same and I don’t know why !!

Best regards.

I don’t know why either, and unless you give me some more clues, I won’t be able to guess! :slight_smile:

Hi pgr,

Got it ! For somehow I found in custom/Extensions/modules/Leads/Ext/Vardefs/file.php a definition for contact module:

$dictionary ['Contact'] ['fields'] ['field_name'] ['labelValue'] = 'a_value';

So the right definition instead is :

$dictionary ['Lead'] ['fields'] ['field_name'] ['labelValue'] = 'a_value';

And this impacted also the subpanels in contact modules.

Best regards.