RED-4891 manual changes included as delta
This commit is contained in:
parent
bb02ee1fcd
commit
de08815402
@ -227,7 +227,8 @@ export class FileDataService extends EntitiesService<AnnotationWrapper, Annotati
|
||||
changeLogType: ChangeType;
|
||||
isChangeLogEntry: boolean;
|
||||
} {
|
||||
if (file.numberOfAnalyses <= 1 && !file.hasUpdates) {
|
||||
const hasManualChanges = redactionLogEntry.manualChanges.length > 0;
|
||||
if (file.numberOfAnalyses <= 1 && !file.hasUpdates && !hasManualChanges) {
|
||||
return {
|
||||
changeLogType: null,
|
||||
isChangeLogEntry: false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user