We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a05f6b commit 43b88aaCopy full SHA for 43b88aa
1 file changed
src/app/dso-shared/dso-edit-metadata/dso-edit-metadata-form.ts
@@ -424,6 +424,8 @@ export class DsoEditMetadataForm {
424
value: value.newValue.value,
425
language: value.newValue.language,
426
authority: value.newValue.authority,
427
+ confidence: value.newValue.confidence,
428
+ securityLevel: value.newValue.securityLevel,
429
}));
430
}
431
// "replace" the security level value
@@ -433,6 +435,7 @@ export class DsoEditMetadataForm {
433
435
434
436
437
438
439
440
441
} else if (value.change === DsoEditMetadataChangeType.REMOVE) {
0 commit comments