Skip to content

Commit 1b6e551

Browse files
Create participant view override (#1070)
participant HTML override with redirect
1 parent 081d891 commit 1b6e551

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)