mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
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:
committed by
Eugenio Romano
parent
0f66ce3472
commit
5b4aad5d91
@@ -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>
|
||||
|
Reference in New Issue
Block a user