Skip to content

Commit 5d4f173

Browse files
authored
Fix Skyline external tool download URL on the tool detail page. (#342)
1 parent 87d7474 commit 5d4f173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SkylineToolsStore/src/org/labkey/skylinetoolsstore/view/SkylineToolDetails.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ a { text-decoration: none; }
684684
});
685685
}
686686
687-
window.location.href = "<%=h(urlFor(SkylineToolsStoreController.DownloadToolAction.class))%>id=" + toolId;
687+
window.location.href = <%= q(urlFor(SkylineToolsStoreController.DownloadToolAction.class).addParameter("id", tool.getRowId())) %>;
688688
}
689689
690690
function popToolOwners() {

0 commit comments

Comments
 (0)