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:
parent
f7285fb821
commit
5a17678d34
@ -18,7 +18,7 @@ public class Comment {
|
|||||||
private String annotationId;
|
private String annotationId;
|
||||||
private OffsetDateTime date;
|
private OffsetDateTime date;
|
||||||
private String text;
|
private String text;
|
||||||
private String userId;
|
private String user;
|
||||||
private OffsetDateTime softDeletedTime;
|
private OffsetDateTime softDeletedTime;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user