Commit fc22cf95 by Nilu

Initially (first time after login) always goes to ALL JOBS, this should be OPEN.

parent 35550498
......@@ -13,7 +13,7 @@
{
response.sendRedirect(request.getContextPath() + "/extensions/adminportal/responsive_alert.jsp?fromPage=signin");
}
// WebUtils.getArticleByShortCut(objTran, WebUtils.JOBS).getLink(request) + "?JobStatus=OPEN";
ORMProcessState process = (ORMProcessState) ProcessDecorator.getDefaultProcess(request);
ObjectTransaction objTran = process.getTransaction ();
String nextPage = WebUtils.getArticleByShortCut(objTran, WebUtils.ADMIN_HOME).getLink(request);
......
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