Skip to content

Commit 973f44c

Browse files
committed
[DSC-2248] Avoid to set security level when is not orginally set
1 parent 45ab5b8 commit 973f44c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/dso-shared/dso-edit-metadata/dso-edit-metadata-form.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ export class DsoEditMetadataForm {
439439
language: value.newValue.language,
440440
authority: value.newValue.authority,
441441
confidence: value.newValue.confidence,
442-
securityLevel: value.newValue.securityLevel,
442+
securityLevel: value.originalValue.securityLevel,
443443
}));
444444
}
445445
// "replace" the security level value

0 commit comments

Comments
 (0)