Fixture import

This commit is contained in:
2023-01-25 16:41:47 +01:00
parent a2c930d457
commit b02c8cc365
4 changed files with 44 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ export class ForeignkeyTypeComponent extends FieldType<FieldTypeConfig> implemen
getList(term: string) : Observable<readonly string[]> {
return this.crudService.getList(
this.foreignResource,
0,
1,
10,
[],
[new Filters('fulltext', 'eq', term)]