DM-504: always exclude hard deleted files #163

Merged
kilian.schuettler1 merged 2 commits from DM-504 into master 2023-10-06 16:25:55 +02:00
Showing only changes of commit dd5bcfd4f9 - Show all commits

View File

@ -487,6 +487,7 @@ public class StatusController implements StatusResource {
.excluded(status.isExcluded())
.excludedPages(status.getExcludedPages())
.softDeletedTime(status.getDeleted())
.hardDeletedTime(status.getHardDeletedTime())
.analysisRequired(status.isAnalysisRequired())
.lastFileAttributeChange(status.getLastFileAttributeChange())
.redactionModificationDate(status.getRedactionModificationDate())