update to latest ADF 2.0 alpha (#93)

* update to latest ADF 2.0 alpha

* test fixes

* remove fdescribe
This commit is contained in:
Denys Vuika
2017-11-28 08:10:33 +00:00
committed by Cilibiu Bogdan
parent 6dbaf63dab
commit ce19f4f40d
12 changed files with 51 additions and 47 deletions

View File

@@ -84,9 +84,8 @@
<div [attr.class]="!isValidPath ? 'content--hide' : 'inner-layout__content'">
<adf-upload-drag-area
[rootFolderId]="node?.id"
[disabled]="!canCreateContent(node)"
[showNotificationBar]="false">
[parentId]="node?.id"
[disabled]="!canCreateContent(node)">
<adf-document-list #documentList
[attr.class]="documentList.isEmpty() ? 'empty-list' : ''"
@@ -98,7 +97,6 @@
[contextMenuActions]="true"
[contentActions]="false"
[navigate]="false"
[enablePagination]="false"
[selectionMode]="'multiple'"
(node-dblclick)="onNodeDoubleClick($event.detail?.node?.entry)">