vcomply-workflow-engine 2.6.29 → 2.6.30
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
|
@@ -2069,7 +2069,7 @@
|
|
|
2069
2069
|
// This API used to get the defined system responsibilities.
|
|
2070
2070
|
ResponsibilityService.prototype.getSystemResponsibilityList = function (params) {
|
|
2071
2071
|
var headers = new i1.HttpHeaders().set('token', this.authService.getAuthorizationToken());
|
|
2072
|
-
return this.http.get(this.env.
|
|
2072
|
+
return this.http.get(this.env.responsibilitiesGet + 'system_defined_responsibility/list', {
|
|
2073
2073
|
params: params, headers: headers
|
|
2074
2074
|
}).pipe(operators.retry(0));
|
|
2075
2075
|
};
|