Remove opt-in fields

This commit is contained in:
shamoon
2024-09-01 17:29:26 -07:00
parent f0157a36fb
commit 96546af95f
4 changed files with 1 additions and 60 deletions

View File

@@ -152,7 +152,7 @@ export class CustomFieldsLookupDropdownComponent {
}
getOperatorsForField(field: CustomField): string[] {
return ['exact', 'in', 'isnull', 'exists']
return ['exact', 'in', 'icontains', 'isnull', 'exists']
// TODO: implement this
}
}