Skip to content

Commit

Permalink
ah
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sikina committed Oct 9, 2023
1 parent a1a4bf1 commit bbf2b4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ private Query copyQuery(QueryRequest dataQueryRequest, Resource resource, QueryS
}

if (!StringUtils.isEmpty(dataQueryRequest.getInstitutionOfOrigin())) {
metaData.put("site", dataQueryRequest.getCommonAreaUUID());
metaData.put("site", dataQueryRequest.getInstitutionOfOrigin());
}

metaData.put("sharingStatus", DataSharingStatus.Unknown);
Expand Down

0 comments on commit bbf2b4d

Please sign in to comment.