From bba0227a4f0a3bd910f3468a9c15e4aa491413f7 Mon Sep 17 00:00:00 2001 From: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com> Date: Sun, 10 Jul 2022 20:20:39 +0600 Subject: [PATCH] Kick employee action query (#2233) Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com> --- models/contact/src/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/models/contact/src/index.ts b/models/contact/src/index.ts index 4df4b18047..1a14f3598a 100644 --- a/models/contact/src/index.ts +++ b/models/contact/src/index.ts @@ -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',