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