feat: Add a condition for filters based on the priority of automation (#6939)

This commit is contained in:
Muhsin Keloth
2023-04-20 18:10:05 +05:30
committed by GitHub
parent a34729c153
commit ac6de50b4d
4 changed files with 24 additions and 1 deletions

View File

@@ -175,6 +175,13 @@ export const AUTOMATIONS = {
inputType: 'multi_select',
filterOperators: OPERATOR_TYPES_1,
},
{
key: 'priority',
name: 'Priority',
attributeI18nKey: 'PRIORITY',
inputType: 'multi_select',
filterOperators: OPERATOR_TYPES_1,
},
],
actions: [
{
@@ -313,6 +320,13 @@ export const AUTOMATIONS = {
inputType: 'multi_select',
filterOperators: OPERATOR_TYPES_1,
},
{
key: 'priority',
name: 'Priority',
attributeI18nKey: 'PRIORITY',
inputType: 'multi_select',
filterOperators: OPERATOR_TYPES_1,
},
],
actions: [
{
@@ -444,6 +458,13 @@ export const AUTOMATIONS = {
inputType: 'multi_select',
filterOperators: OPERATOR_TYPES_1,
},
{
key: 'priority',
name: 'Priority',
attributeI18nKey: 'PRIORITY',
inputType: 'multi_select',
filterOperators: OPERATOR_TYPES_1,
},
],
actions: [
{