mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
Kick employee action query (#2233)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
parent
1a90f99af5
commit
bba0227a4f
@ -414,6 +414,9 @@ export function createModel (builder: Builder): void {
|
||||
{
|
||||
action: contact.actionImpl.KickEmployee,
|
||||
label: contact.string.KickEmployee,
|
||||
query: {
|
||||
active: true
|
||||
},
|
||||
category: contact.category.Contact,
|
||||
target: contact.class.Employee,
|
||||
input: 'focus',
|
||||
|
Loading…
Reference in New Issue
Block a user