Commit 1b71701a by Nilu

HT002 - If Job status is Closed, the only available status to change to should be Filled

parent 866a7c88
......@@ -89,11 +89,6 @@ public class Job extends BaseJob
@Override
public FieldWriteability getWriteability_JobStatus()
{
if(getJobStatus() == JobStatus.COMPLETE && getApplyBy() != null && getApplyBy().before(DateDiff.getToday()))
{
return FieldWriteability.NOT_IN_GUI;
}
if(getJobStatus() == JobStatus.FILLED)
{
return FieldWriteability.NOT_IN_GUI;
......
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