[ADF-1711] Task Attachment list - Fix the TaskService dependency (#2752)

* Fix the TaskService dependency

* Improve doc and remove unused dep
This commit is contained in:
Maurizio Vitale
2017-11-29 12:06:52 +00:00
committed by Eugenio Romano
parent 820763ba0e
commit 18dc0711f9
11 changed files with 55 additions and 29 deletions

View File

@@ -73,7 +73,7 @@
</adf-task-details>
<hr>
<div *ngIf="currentTaskId">
{{'PS-TAB.AUDIT-LOG' | translate}}
{{'PS-TAB.TASK-AUDIT-LOG' | translate}}
<button
adf-task-audit
[task-id]="currentTaskId"
@@ -158,7 +158,7 @@
</adf-process-instance-details>
<hr>
<div *ngIf="currentProcessInstanceId">
{{'PS-TAB.AUDIT-LOG' | translate}}
{{'PS-TAB.PROCESS-AUDIT-LOG' | translate}}
<button adf-process-audit
[process-id]="currentProcessInstanceId"
[download]="true" mat-icon-button