redhat-cop / pathfinder

Apache License 2.0
41 stars 37 forks source link

Upon completion of an assessment the "Click Here" link goes to the wrong page. #203

Closed boogiespook closed 5 years ago

boogiespook commented 5 years ago

Currently code in src/main/resources/application-survey.js

completedHtml: "<p><h4>Thank you for completing the Pathfinder Assessment. Please click <a id='surveyCompleteLink' href='/pathfinder-ui/assessments.jsp?customerId={CUSTID}'>Here</a> to return to the main page."

I believe it should just be

completedHtml: "<p><h4>Thank you for completing the Pathfinder Assessment. Please click <a id='surveyCompleteLink' href='/assessments.jsp?customerId={CUSTID}'>Here</a> to return to the main page." I'm not a JSP expert but it's definitely pointing to the wrong page with the pathfinder-ui base.