We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8896f07 + 1b6e551 commit 2eb9d59Copy full SHA for 2eb9d59
1 file changed
ehr/resources/views/participant.html
@@ -0,0 +1,6 @@
1
+
2
+<script nonce="<%=scriptNonce%>">
3
+ const id = LABKEY.ActionURL.getParameter("participantId");
4
+ const url = LABKEY.ActionURL.buildURL("ehr", "participantView", null, {participantId: id})
5
+ window.location.href = url;
6
+</script>
0 commit comments