mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3909] Fixed API param order (#4150)
This commit is contained in:
committed by
Maurizio Vitale
parent
9d3ff4909b
commit
a49cd76fcb
@@ -80,7 +80,7 @@ export class StartProcessCloudService {
|
||||
return from(this.alfrescoApiService.getInstance()
|
||||
.oauth2Auth.callCustomApi(queryUrl, 'POST',
|
||||
null, null,
|
||||
null, requestPayload, null,
|
||||
null, null, requestPayload,
|
||||
this.contentTypes, this.accepts,
|
||||
this.returnType, null, null)
|
||||
).pipe(
|
||||
|
Reference in New Issue
Block a user