[ADF-1045] Process Attachments List - Improve the component (#2067)

* Create two different ProcessUpload service on for task one for process because the API are different
Move the attachment task list and process list in different component outside the activiti demo component

* Move the create task/process attachment in the child component
This commit is contained in:
Maurizio Vitale
2017-07-11 10:21:04 +01:00
committed by Eugenio Romano
parent ae98b41458
commit 80b3445c9c
14 changed files with 252 additions and 105 deletions

View File

@@ -53,6 +53,8 @@ import {
SearchBarComponent,
LoginDemoComponent,
ActivitiDemoComponent,
ActivitiTaskAttachmentsComponent,
ActivitiProcessAttachmentsComponent,
ActivitiShowDiagramComponent,
ActivitiAppsView,
FormViewer,
@@ -106,6 +108,8 @@ if (process.env.ENV === 'production') {
SearchBarComponent,
LoginDemoComponent,
ActivitiDemoComponent,
ActivitiTaskAttachmentsComponent,
ActivitiProcessAttachmentsComponent,
ActivitiShowDiagramComponent,
ActivitiAppsView,
FormViewer,