mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Fixed issue with field's required property during form filed initialization
This commit is contained in:
@@ -49,7 +49,7 @@ export abstract class FieldParser {
|
||||
label: this.configData.label,
|
||||
initialCount: this.getInitArrayIndex(),
|
||||
notRepeatable: !this.configData.repeatable,
|
||||
required: isNotEmpty(this.configData.mandatory),
|
||||
required: JSON.parse( this.configData.mandatory),
|
||||
groupFactory: () => {
|
||||
let model;
|
||||
if ((arrayCounter === 0)) {
|
||||
|
Reference in New Issue
Block a user