mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-08 00:37:42 +00: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, {
|
builder.createDoc(view.class.ActionTarget, core.space.Model, {
|
||||||
target: recruit.mixin.Candidate,
|
target: contact.class.Person,
|
||||||
action: recruit.action.CreateApplication
|
action: recruit.action.CreateApplication
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
"Company": "Company"
|
"Company": "Company"
|
||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
"CandidateRequired": "Please select candidate"
|
"CandidateRequired": "Please select candidate",
|
||||||
|
"VacancyRequired": "Please select vacancy"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user