mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[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:
committed by
GitHub
parent
e6f1a1bd4a
commit
c2b9c6cc55
@@ -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",
|
||||
|
Reference in New Issue
Block a user