fix for [MNT-21394] Edit in Microsoft Office opens MS Excel documents then immediately prompts that a newer version exists (#1363)

This commit is contained in:
Adina Parpalita
2020-03-16 16:18:52 +02:00
committed by GitHub
parent db86a081e4
commit a9b278af18
2 changed files with 22 additions and 4 deletions
@@ -84,7 +84,7 @@ export class ContentApiService {
getNodeInfo(nodeId: string, options?: any): Observable<Node> {
const defaults = {
include: ['isFavorite', 'allowableOperations']
include: ['isFavorite', 'allowableOperations', 'path']
};
const queryOptions = Object.assign(defaults, options || {});