mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-40359 Filter out service processes on start process (#11446)
* AAE-40359 Filter out service processes on start process * AAE-40359 Filter out service processes on start process * make triggerable optional * make type more strict
This commit is contained in:
+6
-5
@@ -14,9 +14,11 @@
|
|||||||
"backend",
|
"backend",
|
||||||
"baseitem",
|
"baseitem",
|
||||||
"BASESHAREURL",
|
"BASESHAREURL",
|
||||||
|
"berseria",
|
||||||
"booleanvisibility",
|
"booleanvisibility",
|
||||||
"booleanvisibilityprocess",
|
"booleanvisibilityprocess",
|
||||||
"boolitem",
|
"boolitem",
|
||||||
|
"BPMECM",
|
||||||
"BPMHOST",
|
"BPMHOST",
|
||||||
"cardview",
|
"cardview",
|
||||||
"checkboxes",
|
"checkboxes",
|
||||||
@@ -47,6 +49,7 @@
|
|||||||
"dryrun",
|
"dryrun",
|
||||||
"ECMBPM",
|
"ECMBPM",
|
||||||
"ECMHOST",
|
"ECMHOST",
|
||||||
|
"edjs",
|
||||||
"Examinate",
|
"Examinate",
|
||||||
"exif",
|
"exif",
|
||||||
"filedata",
|
"filedata",
|
||||||
@@ -120,6 +123,7 @@
|
|||||||
"Theming",
|
"Theming",
|
||||||
"transcluded",
|
"transcluded",
|
||||||
"transclusion",
|
"transclusion",
|
||||||
|
"triggerable",
|
||||||
"truthy",
|
"truthy",
|
||||||
"typeahead",
|
"typeahead",
|
||||||
"typeahed",
|
"typeahed",
|
||||||
@@ -133,6 +137,7 @@
|
|||||||
"uploader",
|
"uploader",
|
||||||
"uploadfileform",
|
"uploadfileform",
|
||||||
"userinfo",
|
"userinfo",
|
||||||
|
"validatable",
|
||||||
"validators",
|
"validators",
|
||||||
"waypoint",
|
"waypoint",
|
||||||
"waypoints",
|
"waypoints",
|
||||||
@@ -140,11 +145,7 @@
|
|||||||
"Whitespaces",
|
"Whitespaces",
|
||||||
"xdescribe",
|
"xdescribe",
|
||||||
"xsrf",
|
"xsrf",
|
||||||
"BPMECM",
|
"zestiria"
|
||||||
"berseria",
|
|
||||||
"zestiria",
|
|
||||||
"validatable",
|
|
||||||
"edjs"
|
|
||||||
],
|
],
|
||||||
"dictionaries": [
|
"dictionaries": [
|
||||||
"html",
|
"html",
|
||||||
|
|||||||
@@ -17,4 +17,5 @@
|
|||||||
|
|
||||||
export interface ConstantValues {
|
export interface ConstantValues {
|
||||||
unauthorizedStart: string;
|
unauthorizedStart: string;
|
||||||
|
triggerableByService?: 'true' | 'false';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user