mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 11:31:57 +03:00
Allow to create vacancy for any person (#815)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
9de79ba5bd
commit
cab04d037d
@ -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
|
||||
})
|
||||
|
||||
|
@ -26,6 +26,7 @@
|
||||
"Company": "Company"
|
||||
},
|
||||
"status": {
|
||||
"CandidateRequired": "Please select candidate"
|
||||
"CandidateRequired": "Please select candidate",
|
||||
"VacancyRequired": "Please select vacancy"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user