forked from hazza/dspace-angular
fixed relationship specific labels in modal and cleaned up existing code
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user