Skip to content

Commit

Permalink
Merged in DSC-1252 (pull request DSpace#856)
Browse files Browse the repository at this point in the history
[DSC-1252] display visibility switch for input groups

Approved-by: Vincenzo Mecca
  • Loading branch information
alisaismailati authored and vins01-4science committed Oct 11, 2023
2 parents 858887a + e82bfad commit 4af1e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/form/builder/parsers/field-parser.ts
Expand Up @@ -344,7 +344,7 @@ export abstract class FieldParser {
(controlModel as DsDynamicInputModel).typeBindRelations = this.getTypeBindRelations(this.configData.typeBind,
this.parserOptions.typeField);
}
controlModel.securityConfigLevel = this.mapBetweenMetadataRowAndSecurityMetadataLevels(this.fieldId);
controlModel.securityConfigLevel = this.mapBetweenMetadataRowAndSecurityMetadataLevels(this.getFieldId());

return controlModel;
}
Expand Down

0 comments on commit 4af1e2e

Please sign in to comment.