Skip to content

Commit

Permalink
Merge pull request #964 from WildMeOrg/restore-legacy-encountersearch…
Browse files Browse the repository at this point in the history
…-pathing

Restore Encounter Search pathing while legacy Encounter Search is temporatily supported
  • Loading branch information
holmbergius authored Jan 2, 2025
2 parents 075d547 + 3b4dd9f commit 439fbeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/webapp/encounters/encounterSearch.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ $(".search-collapse-header a").click(function(){
<p><em><%=encprops.getProperty("instructions")%>
</em></p>

<form action="/react/login" method="get" name="encounterSearch" id="search">
<form action="searchResults.jsp" method="get" name="encounterSearch" id="search">

<%
if(request.getParameter("referenceImageName")!=null){
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/encounters/searchResults.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ context=ServletUtilities.getContext(request);
Shepherd myShepherd = new Shepherd(context);
myShepherd.setAction("/react/login");
myShepherd.setAction("searchResults.jsp");
String[] projectIds = null;
int projectIdCount = 0;
if(Util.isUUID(request.getParameter("projectId"))){
Expand Down

0 comments on commit 439fbeb

Please sign in to comment.