mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
update to latest ADF 2.0 alpha (#93)
* update to latest ADF 2.0 alpha * test fixes * remove fdescribe
This commit is contained in:
committed by
Cilibiu Bogdan
parent
6dbaf63dab
commit
ce19f4f40d
@@ -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)">
|
||||
|
Reference in New Issue
Block a user