vcomply-workflow-engine 2.6.164 → 2.6.166
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/vcomply-workflow-engine.umd.js +1 -1
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/workflow-services/responsibility.service.js +2 -2
- package/fesm2015/vcomply-workflow-engine.js +1 -1
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/package.json +1 -1
|
@@ -2153,7 +2153,7 @@
|
|
|
2153
2153
|
};
|
|
2154
2154
|
ResponsibilityService.prototype.getOrganizationOverseersGroups = function (params) {
|
|
2155
2155
|
var headers = new i1.HttpHeaders().set('token', this.authService.getAuthorizationToken());
|
|
2156
|
-
return this.http.get(this.env.organizationGet + 'groupsList', {
|
|
2156
|
+
return this.http.get(this.env.organizationGet + 'groupsList&fetch_all=true', {
|
|
2157
2157
|
params: params, headers: headers,
|
|
2158
2158
|
}).pipe(operators.retry(2));
|
|
2159
2159
|
};
|