DM-504: always exclude hard deleted files

* adjusted error message
* also removed annotationStatus since it is always APPROVED anyway
* removed inactive options from FilteredEntityLogRequest
* validated fileId and dossierId when getting comments
This commit is contained in:
Kilian Schuettler 2023-10-10 11:25:43 +02:00
parent f7285fb821
commit 5a17678d34

View File

@ -18,7 +18,7 @@ public class Comment {
private String annotationId;
private OffsetDateTime date;
private String text;
private String userId;
private String user;
private OffsetDateTime softDeletedTime;
}