Fix document list demo

This commit is contained in:
Denys Vuika
2016-06-01 15:35:01 +01:00
parent 6b8e8d50f0
commit cc026897c7

View File

@@ -53,6 +53,10 @@ import {
title="{{'DOCUMENT_LIST.COLUMNS.CREATED_ON' | translate}}" title="{{'DOCUMENT_LIST.COLUMNS.CREATED_ON' | translate}}"
source="createdAt"> source="createdAt">
</content-column> </content-column>
<content-column
title="{{'DOCUMENT_LIST.COLUMNS.CREATED_ON' | translate}}"
source="createdAt">
</content-column>
</content-columns> </content-columns>
<content-actions> <content-actions>
<!-- folder actions --> <!-- folder actions -->
@@ -74,10 +78,12 @@ import {
title="{{'DOCUMENT_LIST.ACTIONS.FOLDER.CUSTOM' | translate}}" title="{{'DOCUMENT_LIST.ACTIONS.FOLDER.CUSTOM' | translate}}"
(execute)="myFolderAction1($event)"> (execute)="myFolderAction1($event)">
</content-action> </content-action>
<content-column <content-action
title="{{'DOCUMENT_LIST.COLUMNS.CREATED_ON' | translate}}" target="folder"
source="createdAt"> type="menu"
</content-column> title="{{'DOCUMENT_LIST.ACTIONS.FOLDER.DELETE' | translate}}"
handler="delete">
</content-action>
<!-- document actions --> <!-- document actions -->
<content-action <content-action