Merge branch 'development' of https://github.com/Alfresco/alfresco-content-app into dev-pionnegru-ACA-2623

This commit is contained in:
pionnegru
2019-12-02 08:40:56 +02:00
75 changed files with 974 additions and 522 deletions

View File

@@ -88,12 +88,8 @@ export class InfoDrawerComponent implements OnChanges, OnInit, OnDestroy {
const entry: any = this.node.entry;
if (!entry.aspectNames) {
const id = entry.nodeId || entry.id;
return this.loadNodeInfo(id);
}
this.setDisplayNode(entry);
const id = entry.nodeId || entry.id;
return this.loadNodeInfo(id);
}
}