Skip to content

Commit

Permalink
Merge branch 'CARDS-2026' of https://github.com/data-team-uhn/cards i…
Browse files Browse the repository at this point in the history
…nto CARDS-2026
  • Loading branch information
veronikaslc committed Feb 17, 2023
2 parents b8a6abf + 76ad45e commit 319c5b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ private boolean canDeleteInformation(final Node form, final ResourceResolver res
final String responsesReceived = (String) resolver
.getResource("/Questionnaires/Survey events/responses_received").getValueMap().get(UUID_KEY);
final String reminderSent = (String) resolver
.getResource("/Questionnaires/Survey events/reminder2Sent").getValueMap().get(UUID_KEY);
.getResource("/Questionnaires/Survey events/reminder2_sent").getValueMap().get(UUID_KEY);

// run query to see if this Survey events form has at least one of responses_received or reminder2_sent answers
Iterator<Resource> resource = resolver.findResources(String.format(
Expand Down

0 comments on commit 319c5b6

Please sign in to comment.