remove stream from default tabList

This commit is contained in:
yuri
2015-11-10 10:31:02 +02:00
parent 1383a5d5da
commit 35cbbb06ce

View File

@@ -94,7 +94,7 @@ return array ( 'database' =>
'Lead',
'Opportunity',
),
"tabList" => array("Account", "Contact", "Lead", "Opportunity", "Calendar", "Meeting", "Call", "Task", "Case", "Email", "Document", "Campaign", "Stream"),
"tabList" => array("Account", "Contact", "Lead", "Opportunity", "Calendar", "Meeting", "Call", "Task", "Case", "Email", "Document", "Campaign"),
"quickCreateList" => array("Account", "Contact", "Lead", "Opportunity", "Meeting", "Call", "Task", "Case"),
'calendarDefaultEntity' => 'Meeting',
'exportDisabled' => false,