mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
fix issue with favorite check in Viewer (#532)
This commit is contained in:
@@ -88,7 +88,7 @@ export class ContentApiService {
|
|||||||
|
|
||||||
getNodeInfo(nodeId: string, options: any = {}): Observable<Node> {
|
getNodeInfo(nodeId: string, options: any = {}): Observable<Node> {
|
||||||
const defaults = {
|
const defaults = {
|
||||||
include: ['allowableOperations']
|
include: ['isFavorite', 'allowableOperations']
|
||||||
};
|
};
|
||||||
const queryOptions = Object.assign(defaults, options);
|
const queryOptions = Object.assign(defaults, options);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user