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.
@@ -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
  };