Pull request #192: RED-3241: As a user I want to know the last modification date of the files

Merge in RED/persistence-service from RED-3241-ps2 to master

* commit 'cfc1ec79d7f9fbeeb3012b556d033265cb20be9b':
  RED-3241: As a user I want to know the last modification date of the files
This commit is contained in:
Ali Oezyetimoglu 2022-01-24 12:28:04 +01:00
commit deb13514a1

View File

@ -59,7 +59,7 @@ public class FileModel {
private Map<String, String> fileAttributes = new HashMap<>();
private String dossierId;
private String dossierTemplateId;
private OffsetDateTime annotationModificationDate;
public boolean isAnalysisRequired(){
return this.fullAnalysisRequired || this.reanalysisRequired;