RED-4891 - delta for manual redactions

This commit is contained in:
Timo Bejan 2022-08-19 18:02:13 +03:00
parent 8341701305
commit 0b056cdf68

View File

@ -227,7 +227,7 @@ export class FileDataService extends EntitiesService<AnnotationWrapper, Annotati
changeLogType: ChangeType;
isChangeLogEntry: boolean;
} {
if (file.numberOfAnalyses <= 1) {
if (file.numberOfAnalyses <= 1 && !file.hasUpdates) {
return {
changeLogType: null,
isChangeLogEntry: false,