1
0

created DynamicLookupNameModel and added more tests

This commit is contained in:
Giuseppe Digilio
2018-06-20 19:23:55 +02:00
parent 22493be15a
commit fe416b294b
19 changed files with 428 additions and 49 deletions

View File

@@ -19,8 +19,8 @@ export class LookupFieldParser extends FieldParser {
this.setValues(lookupModelConfig, fieldValue, true);
const lookupModel = new DynamicLookupModel(lookupModelConfig);
return lookupModel;
return new DynamicLookupModel(lookupModelConfig);
}
}
}