Enrich filters with all types (#2653)
This commit is contained in:
@ -19,14 +19,12 @@ export const opportunityBoardFilterDefinitions: FilterDefinitionByEntity<Opportu
|
||||
fieldMetadataId: 'companyId',
|
||||
label: 'Company',
|
||||
iconName: 'IconBuildingSkyscraper',
|
||||
type: 'ENTITY',
|
||||
// entitySelectComponent: <FilterDropdownCompanySearchSelect />,
|
||||
type: 'RELATION',
|
||||
},
|
||||
{
|
||||
fieldMetadataId: 'pointOfContactId',
|
||||
label: 'Point of contact',
|
||||
iconName: 'IconUser',
|
||||
type: 'ENTITY',
|
||||
//entitySelectComponent: <FilterDropdownPeopleSearchSelect />,
|
||||
type: 'RELATION',
|
||||
},
|
||||
];
|
||||
|
||||
@ -8,7 +8,7 @@ export const tasksFilterDefinitions: FilterDefinitionByEntity<Activity>[] = [
|
||||
fieldMetadataId: 'assigneeId',
|
||||
label: 'Assignee',
|
||||
iconName: 'IconUser',
|
||||
type: 'ENTITY',
|
||||
type: 'RELATION',
|
||||
entitySelectComponent: <FilterDropdownUserSearchSelect />,
|
||||
selectAllLabel: 'All assignees',
|
||||
SelectAllIcon: IconUserCircle,
|
||||
|
||||
Reference in New Issue
Block a user