mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 14:06:00 +03:00
Uber 399/remove vacancies open (#3376)
Signed-off-by: Ruslan Bayandinov <wazsone@ya.ru>
This commit is contained in:
parent
9ae98bf031
commit
d1a29613a4
@ -1041,19 +1041,6 @@ export function createModel (builder: Builder): void {
|
||||
|
||||
createReviewModel(builder)
|
||||
|
||||
createAction(builder, {
|
||||
...viewTemplates.open,
|
||||
target: recruit.class.Vacancy,
|
||||
context: {
|
||||
mode: ['browser', 'context'],
|
||||
group: 'create'
|
||||
},
|
||||
action: workbench.actionImpl.Navigate,
|
||||
actionProps: {
|
||||
mode: 'space'
|
||||
}
|
||||
})
|
||||
|
||||
createAction(builder, {
|
||||
...viewTemplates.open,
|
||||
target: recruit.class.ApplicantMatch,
|
||||
|
@ -38,7 +38,7 @@ export class AggregationMiddleware extends BasePresentationMiddleware implements
|
||||
mgrs: Map<Ref<Class<Doc>>, AggregationManager> = new Map<Ref<Class<Doc>>, AggregationManager>()
|
||||
docs: Doc[] | undefined
|
||||
|
||||
subscribers: Map<string, DocSubScriber> = new Map()
|
||||
subscribers: Map<string, DocSubScriber> = new Map<string, DocSubScriber>()
|
||||
private constructor (client: Client, next?: PresentationMiddleware) {
|
||||
super(client, next)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user