'label' => /* @translate */ 'accept Applications by Department Managers',
53
'long_label' => /* @translate */ 'if checked, department managers are informed about new applications first.',
54
'description' => /* @translate */ 'Department managers are notified of incoming applications and must accept this. Only then the recruiter can start his work with the application'
55
],
56
)
57
);
58
59
$this->add(
60
array(
61
'type' => 'checkbox',
62
'name' => 'assignDepartmentManagersToJobs',
63
'label' => 'assign',
64
'options' => [
65
'label' => /* @translate */ 'assign department managers to jobs',
66
'long_label' => /* @translate */ 'if checked, department managers have to be assigned to job postings.',
67
'description' => /* @translate */ 'if you have more them one department managers, you can assign them to a job posting. If nobody is assigned, all department managers will be informed about new applications',