mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[MNT-21394] Edit in Microsoft Office opens MS Excel documents then immediately prompts that a newer version exists (#1357)
* aos url * upgrade puppeteer Co-authored-by: Adina Parpalita <Adina.Parpalita@ness.com>
This commit is contained in:
co-authored by
Adina Parpalita
parent
961d3896e2
commit
33d79960ab
@@ -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 || {});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user