mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
include definition (#5910)
This commit is contained in:
@@ -111,7 +111,7 @@ export class NodesApiService {
|
||||
*/
|
||||
updateNode(nodeId: string, nodeBody: any, options: any = {}): Observable<MinimalNode> {
|
||||
const defaults = {
|
||||
include: [ 'path', 'properties', 'allowableOperations', 'permissions' ]
|
||||
include: [ 'path', 'properties', 'allowableOperations', 'permissions', 'definition' ]
|
||||
};
|
||||
const queryOptions = Object.assign(defaults, options);
|
||||
|
||||
|
Reference in New Issue
Block a user