mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
fix adding of metadata only fields, and styling
This commit is contained in:
@@ -80,6 +80,9 @@ export abstract class FieldParser {
|
||||
model = this.modelFactory(fieldValue, false);
|
||||
if (!isFirstModelInArray) {
|
||||
model.hint = undefined;
|
||||
if (Array.isArray(model.group)) {
|
||||
model.group.forEach((group) => group.hint = undefined);
|
||||
}
|
||||
}
|
||||
}
|
||||
setLayout(model, 'element', 'host', 'col');
|
||||
|
Reference in New Issue
Block a user