mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* Updated simple app with the upload and json process (#5469)
This commit is contained in:
Binary file not shown.
@@ -82,7 +82,9 @@ export const ACTIVITI_CLOUD_APPS: any = {
|
|||||||
calledprocess: 'calledprocess',
|
calledprocess: 'calledprocess',
|
||||||
booleanvisibilityprocess: 'booleanvisibilityprocess',
|
booleanvisibilityprocess: 'booleanvisibilityprocess',
|
||||||
numbervisibilityprocess: 'numbervisibilityprocess',
|
numbervisibilityprocess: 'numbervisibilityprocess',
|
||||||
processformoutcome: 'outcomebuttons'
|
processformoutcome: 'outcomebuttons',
|
||||||
|
uploadsinglemultiplefiles: 'upload-single-multiple-pro',
|
||||||
|
processdisplayrestjson: 'process-display-rest-json'
|
||||||
},
|
},
|
||||||
forms: {
|
forms: {
|
||||||
tabVisibilityFields: {
|
tabVisibilityFields: {
|
||||||
@@ -126,7 +128,17 @@ export const ACTIVITI_CLOUD_APPS: any = {
|
|||||||
},
|
},
|
||||||
resultcollectionform: {
|
resultcollectionform: {
|
||||||
name: 'resultcollectionform'
|
name: 'resultcollectionform'
|
||||||
|
},
|
||||||
|
uploadsinglemultiple: {
|
||||||
|
name: 'upload-single-multiple'
|
||||||
|
},
|
||||||
|
formwithjsonwidget: {
|
||||||
|
name: 'form-with-json-widget'
|
||||||
|
},
|
||||||
|
formwithallwidgets: {
|
||||||
|
name: 'form-with-all-widgets'
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
tasks: {
|
tasks: {
|
||||||
processstring: 'inputtask'
|
processstring: 'inputtask'
|
||||||
|
Reference in New Issue
Block a user