[ADF-740] Add button for process attachment list (#1955)

* [ADF-740] adding button to allow user to upload related content on process instance

* [ADF-740] add button for attachment content list for process

* changed locatin for translation

* [ADF-740] added test for add button for process attach

* [ADF-740] added PR request changes
This commit is contained in:
Vito
2017-06-13 04:20:06 -07:00
committed by Eugenio Romano
parent acd65d59e7
commit ab57b6fcd1
11 changed files with 310 additions and 13 deletions

View File

@@ -59,6 +59,10 @@ export class ActivitiProcessAttachmentListComponent implements OnChanges {
this.attachments = [];
}
reload(): void {
this.loadAttachmentsByProcessInstanceId(this.processInstanceId);
}
private loadAttachmentsByProcessInstanceId(processInstanceId: string) {
if (processInstanceId) {
this.reset();