upgrade to ADF 1.10-beta5

This commit is contained in:
Denys Vuika
2017-11-01 12:55:46 +00:00
parent 1fdc21d7de
commit 7c4e6f8049
10 changed files with 155 additions and 144 deletions

View File

@@ -83,7 +83,7 @@
</div>
<div [attr.class]="!isValidPath ? 'content--hide' : 'inner-layout__content'">
<alfresco-upload-drag-area
<adf-upload-drag-area
[rootFolderId]="node?.id"
[disabled]="!canCreateContent(node)"
[showNotificationBar]="false">
@@ -149,6 +149,6 @@
(change)="load(true, $event)">
</adf-pagination>
</ng-container>
</alfresco-upload-drag-area>
</adf-upload-drag-area>
</div>
</div>