mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
MNT-21394 Edit in Microsoft Office opens MS Excel documents then immediately prompts that a newer version exists (#1355)
* aos path * node info allowableOperations and path * fallback when path elements are not defined * fallback for no path * fix tests * call default optionals params * node info include path
This commit is contained in:
@@ -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