Commit f44fd35f by Nilu

job status change modification

parent c735d8e0
...@@ -534,7 +534,10 @@ public class Job extends BaseJob ...@@ -534,7 +534,10 @@ public class Job extends BaseJob
{ {
List<JobStatus> statusList = new ArrayList<>(); List<JobStatus> statusList = new ArrayList<>();
if(getJobStatus() != JobStatus.FILLED)
{
statusList.add(JobStatus.FILLED); statusList.add(JobStatus.FILLED);
}
if(getJobStatus() == JobStatus.OPEN || getJobStatus() == JobStatus.DRAFT) if(getJobStatus() == JobStatus.OPEN || getJobStatus() == JobStatus.DRAFT)
{ {
......
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