mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-26 10:20:01 +00:00
Recruit notification hot fix (#3275)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
0d70ba8363
commit
2d8779a06f
@ -1179,7 +1179,7 @@ export function createModel (builder: Builder): void {
|
||||
})
|
||||
|
||||
builder.mixin(recruit.class.Applicant, core.class.Class, notification.mixin.NotificationObjectPresenter, {
|
||||
presenter: recruit.component.NotificationApplicantresenter
|
||||
presenter: recruit.component.NotificationApplicantPresenter
|
||||
})
|
||||
|
||||
builder.createDoc(
|
||||
|
@ -102,7 +102,7 @@ export default mergeIds(recruitId, recruit, {
|
||||
ApplicationMatchPresenter: '' as AnyComponent,
|
||||
|
||||
MatchVacancy: '' as AnyComponent,
|
||||
NotificationApplicantresenter: '' as AnyComponent
|
||||
NotificationApplicantPresenter: '' as AnyComponent
|
||||
},
|
||||
template: {
|
||||
DefaultVacancy: '' as Ref<KanbanTemplate>,
|
||||
|
Loading…
Reference in New Issue
Block a user