1
0

fixed relationship specific labels in modal and cleaned up existing code

This commit is contained in:
lotte
2020-01-02 13:46:31 +01:00
parent 3dfba2ad12
commit 3e9eb9eedc
10 changed files with 31 additions and 36 deletions

View File

@@ -32,8 +32,6 @@ export abstract class FieldParser {
public abstract modelFactory(fieldValue?: FormFieldMetadataValueObject, label?: boolean): any;
public parse() {
console.log(this.configData);
if (((this.getInitValueCount() > 1 && !this.configData.repeatable) || (this.configData.repeatable))
&& (this.configData.input.type !== 'list')
&& (this.configData.input.type !== 'tag')