mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Enterprise Search - Add note about Cases to Salesforce Content Source (#114457)
* Enterprise Search - Add note about Cases to Salesforce Content Source * Minor copy update for xpack.enterpriseSearch.workplaceSearch.sources.objTypes.cases Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
4ff3cb46f6
commit
7fe9573c00
2 changed files with 5 additions and 0 deletions
|
@ -288,6 +288,9 @@ export const SOURCE_OBJ_TYPES = {
|
|||
CAMPAIGNS: i18n.translate('xpack.enterpriseSearch.workplaceSearch.sources.objTypes.campaigns', {
|
||||
defaultMessage: 'Campaigns',
|
||||
}),
|
||||
CASES: i18n.translate('xpack.enterpriseSearch.workplaceSearch.sources.objTypes.cases', {
|
||||
defaultMessage: 'Cases (including feeds and comments)',
|
||||
}),
|
||||
USERS: i18n.translate('xpack.enterpriseSearch.workplaceSearch.sources.objTypes.users', {
|
||||
defaultMessage: 'Users',
|
||||
}),
|
||||
|
|
|
@ -432,6 +432,7 @@ export const staticSourceData = [
|
|||
SOURCE_OBJ_TYPES.LEADS,
|
||||
SOURCE_OBJ_TYPES.ACCOUNTS,
|
||||
SOURCE_OBJ_TYPES.CAMPAIGNS,
|
||||
SOURCE_OBJ_TYPES.CASES,
|
||||
],
|
||||
features: {
|
||||
basicOrgContext: [
|
||||
|
@ -466,6 +467,7 @@ export const staticSourceData = [
|
|||
SOURCE_OBJ_TYPES.LEADS,
|
||||
SOURCE_OBJ_TYPES.ACCOUNTS,
|
||||
SOURCE_OBJ_TYPES.CAMPAIGNS,
|
||||
SOURCE_OBJ_TYPES.CASES,
|
||||
],
|
||||
features: {
|
||||
basicOrgContext: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue