vcomply-workflow-engine 6.0.82 → 6.0.84
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.
|
@@ -45112,6 +45112,7 @@ class WorkflowProgramComponent {
|
|
|
45112
45112
|
});
|
|
45113
45113
|
}
|
|
45114
45114
|
populateProgramDetails(res) {
|
|
45115
|
+
this.programId = res?.id;
|
|
45115
45116
|
this.setFormField('program_name', res?.name);
|
|
45116
45117
|
this.setFormField('program_type', res?.type);
|
|
45117
45118
|
this.setFormField('program_objective', res?.description);
|