Kick employee action query (#2233)

Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
Denis Bykhov 2022-07-10 20:20:39 +06:00 committed by GitHub
parent 1a90f99af5
commit bba0227a4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',