vcomply-workflow-engine 2.1.76 → 2.1.77
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 +3 -1
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +2 -2
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +3 -1
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +1 -1
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngsummary.json +1 -1
- package/fesm2015/vcomply-workflow-engine.js +3 -1
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +1 -0
- package/package.json +1 -1
- package/vcomply-workflow-engine.metadata.json +1 -1
|
@@ -379,6 +379,7 @@
|
|
|
379
379
|
responsibilityName: '',
|
|
380
380
|
rcId: null
|
|
381
381
|
};
|
|
382
|
+
this.pid = '';
|
|
382
383
|
this.issueData = {
|
|
383
384
|
auditPlanId: null,
|
|
384
385
|
auditPlanName: '',
|
|
@@ -777,6 +778,7 @@
|
|
|
777
778
|
defaultRiskType: [{ type: i0.Input }],
|
|
778
779
|
moveToRegisterMode: [{ type: i0.Input }],
|
|
779
780
|
reponsibilityData: [{ type: i0.Input }],
|
|
781
|
+
pid: [{ type: i0.Input }],
|
|
780
782
|
issueData: [{ type: i0.Input }],
|
|
781
783
|
entrustButtonName: [{ type: i0.Input }],
|
|
782
784
|
config: [{ type: i0.Input }],
|
|
@@ -3041,7 +3043,7 @@
|
|
|
3041
3043
|
var _this = this;
|
|
3042
3044
|
var params = new i1.HttpParams();
|
|
3043
3045
|
if (program_id) {
|
|
3044
|
-
params = params.append('
|
|
3046
|
+
params = params.append('program_ids', program_id);
|
|
3045
3047
|
}
|
|
3046
3048
|
this.responsibilityService.getOrganizationPeople(params).subscribe(function (res) {
|
|
3047
3049
|
_this.assigneesList = res.assignee.map(function (user) {
|