-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ALS-4774] Add requester email to query request #177
Conversation
// we don't want the user to see the common area ID for now, but this could be useful later | ||
// for editing the query | ||
response.getResultMetadata().put("commonAreaId", queryEntity.getUuid().toString()); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Non formatting change
metaData.put("commonAreaUUID", gicRequest.getCommonAreaUUID()); | ||
metaData.put("site", gicRequest.getInstitutionOfOrigin()); | ||
metaData.put("sharingStatus", DataSharingStatus.Unknown); | ||
metaData.put("requesterEmail", gicRequest.getRequesterEmail()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Non formatting change
if (response.getResultMetadata() == null) { | ||
response.setResultMetadata(new HashMap<>()); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Non formatting change
...-sure-resource-api/src/main/java/edu/harvard/dbmi/avillach/domain/FederatedQueryRequest.java
Outdated
Show resolved
Hide resolved
11d9fb0
to
ad50c5e
Compare
- Add field to federated query - Add it in agg search resource - Also add some documentation about code formatting
ad50c5e
to
1f61ac6
Compare
No description provided.