mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +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
@@ -1,8 +1,7 @@
|
||||
<div class="layout">
|
||||
<adf-upload-drag-area
|
||||
[rootFolderId]="node?.id"
|
||||
[disabled]="!canCreateContent(node)"
|
||||
[showNotificationBar]="false">
|
||||
[parentId]="node?.id"
|
||||
[disabled]="!canCreateContent(node)">
|
||||
<app-header></app-header>
|
||||
|
||||
<div class="layout__content">
|
||||
|
Reference in New Issue
Block a user