Skip to content

Commit

Permalink
Fixed id assignment for plot selection #823
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Sep 13, 2023
1 parent b8345ba commit d2ce720
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ class ParatooController {
String userId = userService.currentUserDetails.userId
Map result = paratooService.plotSelections(userId, data.data)

data.id = data.uuid // This is done for the benefit of the client
data.data.id = data.data.uuid // This is done for the benefit of the client

if (result.error) {
respond([message:result.error], status:HttpStatus.SC_INTERNAL_SERVER_ERROR)
Expand Down

0 comments on commit d2ce720

Please sign in to comment.