Commit 3f0c6013 by Nilu

J005 - Change flow of ‘Save as Draft and return to your jobs’ to go to HT002 (instead of HT003)

parent fe9089d6
......@@ -12,8 +12,7 @@
String thirdPage = WebUtils.getSamePageInRenderMode(request, WebUtils.WORKPLACE_CULTURE);
String fourthPage = WebUtils.getSamePageInRenderMode(request, WebUtils.JOB_MATCH);
String fifthPage = WebUtils.getSamePageInRenderMode(request, WebUtils.JOB_REVIEW);
Article jobsArticle = WebUtils.getArticleByShortCut(transaction, WebUtils.JOBS);
String jobsPage = jobsArticle.getLink(request, CollectionUtils.mapEntry("cms.rm", WebUtils.VIEW_APPLICANTS).toMap());
String jobsPage = WebUtils.getSamePageInRenderMode(request, "Page");
if(job == null && request.getParameter("JobID")!= null)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment