mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
get info for favorite entry (#400)
This commit is contained in:
committed by
Denys Vuika
parent
f1171c06ec
commit
0c696b5991
@@ -75,6 +75,9 @@ export class InfoDrawerComponent implements OnChanges {
|
||||
const entry = this.node.entry;
|
||||
if (entry.nodeId) {
|
||||
this.loadNodeInfo(entry.nodeId);
|
||||
} else if ((<any>entry).guid) {
|
||||
// workaround for Favorite files
|
||||
this.loadNodeInfo(entry.id);
|
||||
} else {
|
||||
this.displayNode = this.node.entry;
|
||||
}
|
||||
|
Reference in New Issue
Block a user