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;
|
changeLogType: ChangeType;
|
||||||
isChangeLogEntry: boolean;
|
isChangeLogEntry: boolean;
|
||||||
} {
|
} {
|
||||||
if (file.numberOfAnalyses <= 1 && !file.hasUpdates) {
|
const hasManualChanges = redactionLogEntry.manualChanges.length > 0;
|
||||||
|
if (file.numberOfAnalyses <= 1 && !file.hasUpdates && !hasManualChanges) {
|
||||||
return {
|
return {
|
||||||
changeLogType: null,
|
changeLogType: null,
|
||||||
isChangeLogEntry: false,
|
isChangeLogEntry: false,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user