We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081d891 commit 1b6e551Copy full SHA for 1b6e551
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