Allow to create vacancy for any person (#815)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2022-01-14 16:03:12 +07:00 committed by GitHub
parent 9de79ba5bd
commit cab04d037d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -263,7 +263,7 @@ export function createModel (builder: Builder): void {
)
builder.createDoc(view.class.ActionTarget, core.space.Model, {
target: recruit.mixin.Candidate,
target: contact.class.Person,
action: recruit.action.CreateApplication
})

View File

@ -26,6 +26,7 @@
"Company": "Company"
},
"status": {
"CandidateRequired": "Please select candidate"
"CandidateRequired": "Please select candidate",
"VacancyRequired": "Please select vacancy"
}
}