[ACS-3359] Rename boolean fields in rule API. (#2672)

* [ACS-3359] Rename boolean fields in rule API.

* renamed some other fields

Co-authored-by: Tom Page <thomas.page@alfresco.com>
This commit is contained in:
Nikita Maliarchuk
2022-09-28 16:51:46 +02:00
committed by GitHub
parent f49e57f474
commit 4a6725133d
10 changed files with 61 additions and 61 deletions

View File

@@ -33,8 +33,8 @@
"OUTBOUND": "Items are deleted or leave this folder"
},
"OPTIONS": {
"CASCADE": "Rule applies to subfolders",
"ASYNCHRONOUS": "Run rule in the background",
"IS_INHERITABLE": "Rule applies to subfolders",
"IS_ASYNCHRONOUS": "Run rule in the background",
"DISABLE_RULE": "Disable rule",
"ERROR_SCRIPT": "If errors occur run script",
"SELECT_ACTION": "Select action"