DM-538 - set includeDetails param to false for export xml request
This commit is contained in:
parent
ae35280c9e
commit
9bc52de57d
@ -68,6 +68,9 @@ export class ComponentLogService extends GenericService<void> {
|
|||||||
headers: headers,
|
headers: headers,
|
||||||
responseType: 'text',
|
responseType: 'text',
|
||||||
observe: 'body',
|
observe: 'body',
|
||||||
|
params: {
|
||||||
|
includeDetails: false,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user