We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ab5b8 commit 973f44cCopy full SHA for 973f44c
1 file changed
src/app/dso-shared/dso-edit-metadata/dso-edit-metadata-form.ts
@@ -439,7 +439,7 @@ export class DsoEditMetadataForm {
439
language: value.newValue.language,
440
authority: value.newValue.authority,
441
confidence: value.newValue.confidence,
442
- securityLevel: value.newValue.securityLevel,
+ securityLevel: value.originalValue.securityLevel,
443
}));
444
}
445
// "replace" the security level value
0 commit comments