Commit 236e59bc by Nilu

S12522287 # Client - Incoming Issues (raised by Client) #Step not correct…

S12522287 # Client - Incoming Issues (raised by Client) #Step not correct (missing) in applicant list
parent 507d0c1f
......@@ -388,7 +388,9 @@ public class JobApplication extends BaseJobApplication
public String getApplicantStatusStr()
{
return getApplicationStatus().getDescription();
WorkFlow workflow = getJob().getWorkFlowByStatus(getApplicationStatus());
return workflow != null ? workflow.getName() : "";
}
......
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