Skip to content

Commit 66cc0e2

Browse files
committed
todo replace user object by user uuid string in SearchSavedQueryDTO
1 parent 4e1acf3 commit 66cc0e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/fairdatateam/fairdatapoint/api/dto/search/SearchSavedQueryDTO.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public class SearchSavedQueryDTO {
5252
@NotNull
5353
private SearchSavedQuery.Type type;
5454

55+
// TODO: only return userUuid string, or perhaps part of name, but certainly not email and role
5556
@Valid
5657
@JsonInclude
5758
private UserDTO user;

0 commit comments

Comments
 (0)