We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a77ee5 + 973f44c commit 766a988Copy full SHA for 766a988
1 file changed
src/app/dso-shared/dso-edit-metadata/dso-edit-metadata-form.ts
@@ -439,6 +439,7 @@ export class DsoEditMetadataForm {
439
language: value.newValue.language,
440
authority: value.newValue.authority,
441
confidence: value.newValue.confidence,
442
+ securityLevel: value.originalValue.securityLevel,
443
}));
444
}
445
// "replace" the security level value
@@ -448,6 +449,7 @@ export class DsoEditMetadataForm {
448
449
value: value.newValue.value,
450
451
452
+ confidence: value.newValue.confidence,
453
454
455
} else if (value.change === DsoEditMetadataChangeType.REMOVE) {
0 commit comments