I am having a problem with a sub menu changing every time i make a rebuild of the CRM
I was able to find in this file custom/modules/Leads/Ext/Layoutdefs/layoutdefs.ext.php
There is
the problem is that 'get_subpanel_data' => 'leads_phone_phones',PHP Code:$layout_defs["Leads"]["subpanel_setup"]["phone_phones_leads"] = array (
'order' => 100,
'module' => 'phone_Phones',
'subpanel_name' => 'default',
'sort_order' => 'asc',
'sort_by' => 'id',
'title_key' => 'LBL_PHONE_PHONES_LEADS_FROM_PHONE_PHONES_TITLE',
'get_subpanel_data' => 'leads_phone_phones',
'top_buttons' =>
array (
0 =>
array (
'widget_class' => 'SubPanelTopButtonQuickCreate',
),
1 =>
array (
'widget_class' => 'SubPanelTopSelectButton',
'mode' => 'MultiSelect',
),
),
);
changes to 'get_subpanel_data' => 'phone_phones_leads',
but i don't know where is that inheriting from and i was wondering if any one could help me with this


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks