Use alfresco-core-rest-api to fetch doclib items

Refs #7
This commit is contained in:
Will Abson
2016-05-06 13:48:00 +01:00
parent a8ba9203de
commit e619ff661c
12 changed files with 187 additions and 76 deletions

View File

@@ -4,7 +4,7 @@
<content-column source="$thumbnail"></content-column>
<content-column
title="{{'DOCUMENT_LIST.COLUMNS.DISPLAY_NAME' | translate}}"
source="displayName"
source="name"
class="full-width name-column">
</content-column>
<content-column
@@ -13,11 +13,11 @@
</content-column>
<content-column
title="{{'DOCUMENT_LIST.COLUMNS.CREATED_BY' | translate}}"
source="createdBy">
source="createdByUser">
</content-column>
<content-column
title="{{'DOCUMENT_LIST.COLUMNS.CREATED_ON' | translate}}"
source="createdOn">
source="createdAt">
</content-column>
</content-columns>