icon type for columns (#1902)

- new 'icon' type for columns to render internal icons
- enable attachment list in the demo shell
This commit is contained in:
Denys Vuika
2017-05-24 18:06:48 +01:00
committed by Eugenio Romano
parent 0f66ce3472
commit 5b4aad5d91
4 changed files with 45 additions and 16 deletions

View File

@@ -72,10 +72,10 @@
</activiti-task-details>
<hr>
<h5>Attachments</h5>
<!--<adf-task-attachment-list *ngIf="currentTaskId"-->
<!--[taskId]="currentTaskId"-->
<!--(attachmentClick)="onAttachmentClick($event)">-->
<!--</adf-task-attachment-list>-->
<adf-task-attachment-list *ngIf="currentTaskId"
[taskId]="currentTaskId"
(attachmentClick)="onAttachmentClick($event)">
</adf-task-attachment-list>
</div>
</div>
</div>