fix issue with favorite check in Viewer (#532)

This commit is contained in:
Denys Vuika
2018-07-24 14:36:43 +01:00
committed by GitHub
parent 9dba35baed
commit 9cea06cc8a

View File

@@ -88,7 +88,7 @@ export class ContentApiService {
getNodeInfo(nodeId: string, options: any = {}): Observable<Node> {
const defaults = {
include: ['allowableOperations']
include: ['isFavorite', 'allowableOperations']
};
const queryOptions = Object.assign(defaults, options);