Commit 2b3fd905 by Nilu

S15612050 # Client - Incoming Issues (raised by Client) #Click gives error

parent e6062b71
......@@ -32,9 +32,9 @@
}
//to navigation between applications
if(applications==null)
if(applications == null)
{
// applications = Utils.getApplicationsSorted(job.getJobApplicationsSet(), AppSortOption.RANK);
applications = new ArrayList(job.getJobApplicationsSet());
process.setAttribute("Applications", applications);
}
......
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