RED-4891 - delta for manual redactions
This commit is contained in:
parent
8341701305
commit
0b056cdf68
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user