[ACS-3259] Create / Update rule dialog - options section (#2651)

* first commit

* intermediate commit

* some progress

* [ACS-3259] Create / Update rule dialog - options section
This commit is contained in:
Nikita Maliarchuk
2022-09-20 11:14:49 +02:00
committed by GitHub
parent e6f1a1bd4a
commit c2b9c6cc55
9 changed files with 256 additions and 6 deletions

View File

@@ -14,7 +14,8 @@
"LABEL": {
"NAME": "Name",
"DESCRIPTION": "Description",
"WHEN": "When"
"WHEN": "When",
"OPTIONS": "Other options"
},
"PLACEHOLDER": {
"NAME": "Enter rule name",
@@ -31,6 +32,13 @@
"UPDATE": "Items are updated",
"OUTBOUND": "Items are deleted or leave this folder"
},
"OPTIONS": {
"CASCADE": "Rule applies to subfolders",
"ASYNCHRONOUS": "Run rule in the background",
"ENABLED": "Disable rule",
"ERROR_SCRIPT": "If errors occur run script",
"SELECT_ACTION": "Select action"
},
"COMPARATORS": {
"EQUALS": "(=) Equals",
"CONTAINS": "Contains",